ExLLM.FunctionCalling.FunctionCall (ex_llm v0.5.0)

View Source

Represents a function call request from the LLM.

Summary

Types

t()

@type t() :: %ExLLM.FunctionCalling.FunctionCall{
  arguments: map() | String.t(),
  id: String.t() | nil,
  name: String.t()
}