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

Provides struct and type for a Chat.Completion.MessageTool.CallFunction

Summary

Types

@type t() :: %OpenAi.Chat.Completion.MessageTool.CallFunction{
  arguments: String.t(),
  name: String.t()
}