Represents a chat participant's response in chat history.

Stubbed

Properties

command?: string

The name of the command that this response came from.

participant: string

The id of the chat participant that this response came from.

The content that was received from the chat participant. Only the stream parts that represent actual content (not metadata) are represented.

result: ChatResult

The result that was received from the chat participant.