OpenAi.Assistant.NamedToolChoice (OpenAI REST API Client v0.1.5)

Provides struct and type for a Assistant.NamedToolChoice

Summary

Types

@type t() :: %OpenAi.Assistant.NamedToolChoice{
  function: OpenAi.Assistant.NamedToolChoiceFunction.t() | nil,
  type: String.t()
}