Tool call objects
Name | Type | Description | Notes |
---|---|---|---|
id | String | The ID of the tool call. This ID must be referenced when you submit the tool outputs in using the Submit tool outputs to run endpoint. | |
type | TypeEnum | The type of tool call the output is required for. For now, this is always `function`. | |
function | RunToolCallObjectFunction |
Name | Value |
---|---|
FUNCTION | "function" |