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

ChatCompletionMessageToolCall.md

File metadata and controls

22 lines (16 loc) · 566 Bytes

OpenapiClient::ChatCompletionMessageToolCall

Properties

Name Type Description Notes
id String The ID of the tool call.
type String The type of the tool. Currently, only `function` is supported.
function ChatCompletionMessageToolCallFunction

Example

require 'openapi_client'

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