thread view: Add UI refinements (#35754)

More notably around how we render tool calls. Nothing too drastic,
though.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-08-06 20:31:11 -03:00 committed by Orual
parent 80e55e335d
commit 8cd5a51d2f
No known key found for this signature in database
8 changed files with 188 additions and 103 deletions

View file

@ -37,7 +37,7 @@ impl Tool for ThinkingTool {
}
fn icon(&self) -> IconName {
IconName::ToolBulb
IconName::ToolThink
}
fn input_schema(&self, format: LanguageModelToolSchemaFormat) -> Result<serde_json::Value> {