The output of a function tool call.
Document| Property | Type | Description |
|---|---|---|
| call_id | Text | The unique ID of the function tool call generated by the model. |
| output | Text | Text, image, or file output of the function tool call. |
| type | Text | The type of the function tool call output. Always function_call_output. |
| id | Text | The unique ID of the function tool call output. Populated when this item is returned via API. |
| status | Text | The status of the item. One of in_progress, completed, or incomplete. Populated when items are returned via API. |