Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 687 Bytes

RunToolCallObject.md

File metadata and controls

24 lines (12 loc) · 687 Bytes

RunToolCallObject

Tool call objects

Properties

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

Enum: TypeEnum

Name Value
FUNCTION "function"