Optional
Readonly
agentThe agent who produced the response content, if there is one.
Readonly
dataSome functionality might want to store some data associated with the response. This can be used to store and retrieve such data.
Optional
Readonly
errorAn optional error object that caused the response to be in an error state.
Readonly
idThe unique identifier of the response model
Readonly
isIndicates whether this response is canceled. No further changes are expected if 'true'.
Readonly
isIndicates whether this response is complete. No further changes are expected if 'true'.
Readonly
isIndicates whether an error occurred when processing the response. No further changes are expected if 'true'.
Readonly
isSome agents might need to wait for user input to continue. This flag indicates that.
Readonly
onUse this to be notified for any change in the response model
Readonly
progressIn case there are progress messages, then they will be stored here
Readonly
requestThe unique identifier of the request model this response is associated with
Readonly
responseThe actual response content
The ChatResponseModel wraps the actual ChatResponse with additional information like the current state, progress messages, a unique id etc.