Method
FoundryLlmConversationsend_messages
Declaration [src]
DexFuture*
foundry_llm_conversation_send_messages (
FoundryLlmConversation* self,
const char* const* roles,
const char* const* messages
)
Description [src]
Send multiple messages together.
The length of roles must be the same as messages.
Parameters
roles-
Type: An array of
char*No description available.
The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. messages-
Type: An array of
char*No description available.
The array must be NULL-terminated.The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string.