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