|
ailia_llm
1.4.0.0
|
マルチモーダル対応チャットメッセージ [詳解]
公開変数類 | |
| IntPtr | role |
| Represent the role. (system, user, assistant) [詳解] | |
| IntPtr | content |
| Represent the content of the message. Use <media> placeholder for media. [詳解] | |
| IntPtr | media_data |
| Array of media data (images, audio) referenced by <media> markers [詳解] | |
| uint | media_count |
| Number of media items in media_data array [詳解] | |
マルチモーダル対応チャットメッセージ
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.content |
Represent the content of the message. Use <media> placeholder for media.
| uint ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.media_count |
Number of media items in media_data array
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.media_data |
Array of media data (images, audio) referenced by <media> markers
| IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.role |
Represent the role. (system, user, assistant)