ExAthena.Messages.ToolResult (ExAthena v0.3.0)

Copy Markdown View Source

The outcome of a tool execution, replayed back to the model.

Summary

Types

t()

@type t() :: %ExAthena.Messages.ToolResult{
  content: String.t(),
  is_error: boolean() | nil,
  tool_call_id: String.t()
}