|
ailia_llm
1.4.0.0
|
Multimodal chat message with media attachments. More...
#include <ailia_llm.h>

Public Attributes | |
| const char * | role |
| Represent the role. (system, user, assistant) More... | |
| const char * | content |
| Represent the content of the message. Use <media> placeholder for media. More... | |
| const AILIALLMMediaData * | media_data |
| Array of media data (images, audio) referenced by <media> markers. More... | |
| unsigned int | media_count |
| Number of media items in media_data array. More... | |
Multimodal chat message with media attachments.
| const char* _AILIALLMMultimodalChatMessage::content |
Represent the content of the message. Use <media> placeholder for media.
| unsigned int _AILIALLMMultimodalChatMessage::media_count |
Number of media items in media_data array.
| const AILIALLMMediaData* _AILIALLMMultimodalChatMessage::media_data |
Array of media data (images, audio) referenced by <media> markers.
| const char* _AILIALLMMultimodalChatMessage::role |
Represent the role. (system, user, assistant)