ExLLM.Core.FunctionCalling.FunctionResult (ex_llm v0.8.1)

View Source

Represents the result of executing a function.

Summary

Types

t()

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