Represents a chat participant's response in chat history.

Stubbed

Properties

command?: string

The name of the command that this response came from.

Stubbed

participant: string

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

Stubbed

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

Stubbed

result: ChatResult

The result that was received from the chat participant.

Stubbed