ASM.Content.ToolResult (ASM v0.9.2)

Copy Markdown View Source

Tool response payload linked to a prior tool call.

Summary

Types

t()

@type t() :: %ASM.Content.ToolResult{
  content: term(),
  is_error: boolean(),
  tool_id: String.t()
}