ailia_llm  1.4.0.0
Public Attributes | List of all members
ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage Class Reference

Multimodal chat message with media attachments. More...

Public Attributes

IntPtr role
 Represent the role. (system, user, assistant) More...
 
IntPtr content
 Represent the content of the message. Use <media> placeholder for media. More...
 
IntPtr media_data
 Array of media data (images, audio) referenced by <media> markers. More...
 
uint media_count
 Number of media items in media_data array. More...
 

Detailed Description

Multimodal chat message with media attachments.

Member Data Documentation

◆ content

IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.content

Represent the content of the message. Use <media> placeholder for media.

◆ media_count

uint ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.media_count

Number of media items in media_data array.

◆ media_data

IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.media_data

Array of media data (images, audio) referenced by <media> markers.

◆ role

IntPtr ailiaLLM.AiliaLLM.AILIALLMMultimodalChatMessage.role

Represent the role. (system, user, assistant)


The documentation for this class was generated from the following file: