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

Latest commit

 

History

History
18 lines (12 loc) · 415 Bytes

RunObjectRequiredActionSubmitToolOutputs.md

File metadata and controls

18 lines (12 loc) · 415 Bytes

OpenapiClient::RunObjectRequiredActionSubmitToolOutputs

Properties

Name Type Description Notes
tool_calls Array<RunToolCallObject> A list of the relevant tool calls.

Example

require 'openapi_client'

instance = OpenapiClient::RunObjectRequiredActionSubmitToolOutputs.new(
  tool_calls: null
)