ExAgent.Message.Part.ToolReturn (ExAgent v0.1.0)

Copy Markdown View Source

The return value of a tool call, fed back to the model.

Summary

Types

t()

@type t() :: %ExAgent.Message.Part.ToolReturn{
  content: term(),
  tool_call_id: String.t(),
  tool_name: String.t()
}