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) · 646 Bytes

RunStepDetailsToolCallsFunctionObjectFunction.md

File metadata and controls

22 lines (16 loc) · 646 Bytes

OpenapiClient::RunStepDetailsToolCallsFunctionObjectFunction

Properties

Name Type Description Notes
name String The name of the function.
arguments String The arguments passed to the function.
output String The output of the function. This will be `null` if the outputs have not been submitted yet.

Example

require 'openapi_client'

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