OpenAi.Chat.Completion.Tool (OpenAI REST API Client v0.2.1)

Provides struct and type for a Chat.Completion.Tool

Summary

Types

@type t() :: %OpenAi.Chat.Completion.Tool{
  function: OpenAi.Function.t(),
  type: String.t()
}