Represents a user request in chat history.

Stubbed

Properties

command?: string

The name of the ChatCommand command that was selected for this request.

participant: string

The id of the chat participant to which this request was directed.

prompt: string

The prompt as entered by the user.

Information about references used in this request is stored in ChatRequestTurn.references.

Note that the ChatParticipant.name name of the participant and the ChatCommand.name command are not part of the prompt.

references: ChatPromptReference[]

The references that were used in this message.

toolReferences: readonly ChatLanguageModelToolReference[]

The list of tools were attached to this request.