Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 549 Bytes

RunStepDetailsToolCallsRetrievalObject.md

File metadata and controls

23 lines (11 loc) · 549 Bytes

RunStepDetailsToolCallsRetrievalObject

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 `retrieval` for this type of tool call.
retrieval Object For now, this is always going to be an empty object.

Enum: TypeEnum

Name Value
RETRIEVAL "retrieval"