agent: Improve thinking design display (#28186)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-04-08 20:13:49 -03:00 committed by GitHub
parent 0d4ca71e68
commit 2df06cd2e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 219 additions and 166 deletions

View file

@ -33,7 +33,7 @@ impl Tool for ThinkingTool {
}
fn icon(&self) -> IconName {
IconName::Brain
IconName::LightBulb
}
fn input_schema(&self, format: LanguageModelToolSchemaFormat) -> serde_json::Value {