Click or drag to resize

ChatSessionMessage Properties

The ChatSessionMessage type exposes the following members.

Properties
 NameDescription
Public propertyContentPlain-text content of the message.
Public propertyToolCallIdTool call id – only set for ToolChatMessage entries.
Public propertyToolCalls Tool calls requested by the agent. Only non-null for AssistantChatMessage entries where the AI invoked one or more tools.
Public propertyTypeType discriminator: SystemChatMessage | UserChatMessage | AssistantChatMessage | ToolChatMessage
Top
See Also