Package:
@hexos/react-uiFine-grained tool display configuration options.
These override the preset ToolDisplayMode when specified, allowing granular control over individual aspects of tool call rendering.
interface ToolDisplayOptions {
showToolName?: boolean;
showToolState?: boolean;
showToolArgs?: boolean;
showToolResult?: boolean;
showActivityIndicator?: boolean;
}