Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 583 Bytes

RunStepDetailsToolCallsFunctionObject.md

File metadata and controls

23 lines (11 loc) · 583 Bytes

RunStepDetailsToolCallsFunctionObject

Properties

Name Type Description Notes
id String The ID of the tool call object.
type TypeEnum The type of tool call. This is always going to be `function` for this type of tool call.
function RunStepDetailsToolCallsFunctionObjectFunction

Enum: TypeEnum

Name Value
FUNCTION "function"