AgentSea.ToolCall (agentsea_core v0.1.0)

Copy Markdown

A tool invocation requested by the model.

Summary

Types

t()

@type t() :: %AgentSea.ToolCall{
  arguments: map(),
  id: String.t() | nil,
  name: String.t()
}