ExLLM.FunctionCalling.FunctionResult (ex_llm v0.5.0)

View Source

Represents the result of executing a function.

Summary

Types

t()

@type t() :: %ExLLM.FunctionCalling.FunctionResult{
  error: term() | nil,
  name: String.t(),
  result: any()
}