View Source OpenAi.Chat.Completion.MessageTool.CallChunkFunction (OpenAI REST API Client v1.0.0)

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

Summary

Types

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