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

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

RunToolCallObjectFunction.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

OpenapiClient::RunToolCallObjectFunction

Properties

Name Type Description Notes
name String The name of the function.
arguments String The arguments that the model expects you to pass to the function.

Example

require 'openapi_client'

instance = OpenapiClient::RunToolCallObjectFunction.new(
  name: null,
  arguments: null
)