Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 631 Bytes

RunStepDetailsToolCallsFunctionObject.md

File metadata and controls

22 lines (16 loc) · 631 Bytes

OpenapiClient::RunStepDetailsToolCallsFunctionObject

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::RunStepDetailsToolCallsFunctionObject.new(
  id: null,
  type: null,
  function: null
)