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

Provides struct and type for a Chat.Completion.Request.AssistantMessageFunctionCall

Summary

Types

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