Class: TUI::Decorators::WebGetDecorator
- Inherits:
-
BaseDecorator
- Object
- BaseDecorator
- TUI::Decorators::WebGetDecorator
- Defined in:
- lib/tui/decorators/web_get_decorator.rb
Overview
Renders web_get tool calls and responses. Calls show the URL with a globe icon in the unified tool color. Responses use the CRUD Read color (light_blue) for fetched content.
Constant Summary collapse
- ICON =
globe with meridians
"\u{1F310}"
Constants inherited from BaseDecorator
BaseDecorator::CHECKMARK, BaseDecorator::ERROR_ICON, BaseDecorator::RETURN_ARROW
Instance Attribute Summary
Attributes inherited from BaseDecorator
Instance Method Summary collapse
Methods inherited from BaseDecorator
#color, for, #initialize, #render, #render_call, #render_response, #render_think
Methods included from Formatting
#format_ns_timestamp, #format_token_label, #preserve_indentation, #token_count_color
Constructor Details
This class inherits a constructor from TUI::Decorators::BaseDecorator