Skip to content

Commit 24284d9

Browse files
Guillermo Alejandro Gallardo DiezGuillermo Alejandro Gallardo Diez
authored andcommitted
chore: homogenize tool description
1 parent 55f32a6 commit 24284d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bridge/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ pub async fn init_engine(agent: &Agent) -> Result<(), Error> {
11531153
},
11541154
ironclaw_engine::ActionDef {
11551155
name: "mission_delete".into(),
1156-
description: "Delete a mission or routine permanently.".into(),
1156+
description: "Mark a mission or routine as completed (sets status to completed).".into(),
11571157
parameters_schema: serde_json::json!({
11581158
"type": "object",
11591159
"properties": {

0 commit comments

Comments
 (0)