View Source OpenAi.Response.Function.Tool (OpenAI REST API Client v1.0.0)
Provides struct and type for a Response.Function.Tool
Summary
Types
@type t() :: %OpenAi.Response.Function.Tool{ description: String.t() | nil, name: String.t(), parameters: OpenAi.Response.Function.ToolParameters.t() | nil, strict: boolean() | nil, type: String.t() }