LemonAi.Types.ToolCall (lemon_ai v0.1.0)

View Source

Tool/function call from the model

Summary

Types

t()

@type t() :: %LemonAi.Types.ToolCall{
  arguments: map(),
  id: String.t(),
  name: String.t(),
  thought_signature: String.t() | nil,
  type: :tool_call
}