assistant2: Add new icons for create and delete file tool (#27487)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-03-26 08:20:09 -03:00 committed by GitHub
parent 7462e74fbf
commit d52291bac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 2 deletions

View file

@ -46,7 +46,7 @@ impl Tool for CreateFileTool {
}
fn icon(&self) -> IconName {
IconName::File
IconName::FileCreate
}
fn input_schema(&self) -> serde_json::Value {

View file

@ -40,7 +40,7 @@ impl Tool for DeletePathTool {
}
fn icon(&self) -> IconName {
IconName::Trash
IconName::FileDelete
}
fn input_schema(&self) -> serde_json::Value {

View file

@ -100,6 +100,8 @@ pub enum IconName {
Eye,
File,
FileCode,
FileCreate,
FileDelete,
FileDoc,
FileDiff,
FileGeneric,