sibling of 3751737621
This commit is contained in:
parent
ec52e9281a
commit
14123fe427
282 changed files with 3429 additions and 16553 deletions
|
@ -139,7 +139,7 @@ impl Tool for EditFileTool {
|
|||
}
|
||||
|
||||
fn icon(&self) -> IconName {
|
||||
IconName::ToolPencil
|
||||
IconName::Pencil
|
||||
}
|
||||
|
||||
fn input_schema(&self, format: LanguageModelToolSchemaFormat) -> Result<serde_json::Value> {
|
||||
|
@ -783,8 +783,8 @@ impl ToolCard for EditFileToolCard {
|
|||
.child(
|
||||
h_flex()
|
||||
.child(
|
||||
Icon::new(IconName::ToolPencil)
|
||||
.size(IconSize::Small)
|
||||
Icon::new(IconName::Pencil)
|
||||
.size(IconSize::XSmall)
|
||||
.color(Color::Muted),
|
||||
)
|
||||
.child(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue