class LittleGhost::Content::ToolResult
Carries the model-facing result for one ToolUse. A successful result uses :success; a caller-safe failure uses :error.
Attributes
The content returned to the model.
Either :success or :error.
The ToolUse identifier this result answers.
Public Class Methods
# File lib/little_ghost/content.rb, line 176
Requires a non-empty String-compatible tool_use_id and a status of :success or :error.