Optional
agentId: stringProtected
Optional
_agentProtected
_cancellationProtected
_errorProtected
_idProtected
_isProtected
_isProtected
_isProtected
Readonly
_onProtected
_progressProtected
_requestProtected
_responseSome functionality might want to store some data associated with the response. This can be used to store and retrieve such data.
Use this to be notified for any change in the response model
The agent who produced the response content, if there is one.
An optional error object that caused the response to be in an error state.
The unique identifier of the response model
Indicates whether this response is canceled. No further changes are expected if 'true'.
Indicates whether this response is complete. No further changes are expected if 'true'.
Indicates whether an error occurred when processing the response. No further changes are expected if 'true'.
Some agents might need to wait for user input to continue. This flag indicates that.
In case there are progress messages, then they will be stored here
The unique identifier of the request model this response is associated with
The actual response content
The ChatResponseModel wraps the actual ChatResponse with additional information like the current state, progress messages, a unique id etc.