append_tool_message


Description:

public void append_tool_message (Message message)

Appends a tool message to the chat view in grey format (same as summary). Tool messages are processed as markdown before display.

This method checks if the message is a GTK Message with a widget attached, and extracts the widget if present. If a widget is provided, it will be wrapped in a Frame (with the message content as the title) and added as a framed widget instead of inserting markdown text.

Parameters:

message

The Message object to display

Since:

1.0