Name | Type | Description | Notes |
---|---|---|---|
type | String | The type of the tool. Currently, only `function` is supported. | [optional] |
function | ChatCompletionNamedToolChoiceFunction | [optional] |
require 'openapi_client'
instance = OpenapiClient::ChatCompletionNamedToolChoice.new(
type: null,
function: null
)