AgentSessionManager.Rendering.Studio.ToolSummary
(AgentSessionManager v0.8.0)
Copy Markdown
View Source
Generates human-readable spinner text and summary lines for tool calls.
Used by StudioRenderer to transform raw tool event data into concise
one-line descriptions suitable for terminal display.
Summary
Types
Functions
@spec format_size(non_neg_integer() | nil) :: String.t()
@spec preview_lines(tool_info(), non_neg_integer()) :: [String.t()]
@spec shorten_path(String.t(), pos_integer()) :: String.t()