ModelResponse
type ModelResponse = object;
Properties
Section titled “Properties”output
Section titled “output”output: AgentOutputItem[];
A list of outputs (messages, tool calls, etc.) generated by the model.
responseId?
Section titled “responseId?”optional responseId: string;
An ID for the response which can be used to refer to the response in subsequent calls to the model. Not supported by all model providers.
usage: Usage;
The usage information for response.