OpenAI::FunctionToolCallOutput
Inherits JSON::Serializable < Reference < Object
The output of a function tool call.
Constructors
Instance methods
The unique ID of the function tool call output. Populated when this item is returned via API.
The unique ID of the function tool call output. Populated when this item is returned via API.
The output from the function call generated by your code. Can be a string or an list of output content.
The output from the function call generated by your code. Can be a string or an list of output content.
The status of the item. One of in_progress, completed, or
incomplete. Populated when items are returned via API.
The status of the item. One of in_progress, completed, or
incomplete. Populated when items are returned via API.
The type of the function tool call output. Always function_call_output.