|
ailia_llm
1.4.0.0
|
マルチモーダル対応チャットメッセージ [詳解]
#include <ailia_llm.h>

公開変数類 | |
| const char * | role |
| Represent the role. (system, user, assistant) [詳解] | |
| const char * | content |
| Represent the content of the message. Use <media> placeholder for media. [詳解] | |
| const AILIALLMMediaData * | media_data |
| Array of media data (images, audio) referenced by <media> markers [詳解] | |
| unsigned int | media_count |
| Number of media items in media_data array [詳解] | |
マルチモーダル対応チャットメッセージ
| 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)