agent changes

This commit is contained in:
dal 2025-04-11 16:41:17 -06:00
parent 283b1bd012
commit 2f6efa137d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ impl Agent {
session_id: thread.id.to_string(), session_id: thread.id.to_string(),
trace_id: Uuid::new_v4().to_string(), trace_id: Uuid::new_v4().to_string(),
}), }),
// reasoning_effort: Some("high".to_string()), reasoning_effort: Some("low".to_string()),
..Default::default() ..Default::default()
}; };

View File

@ -51,7 +51,7 @@ impl ToolExecutor for Done {
"properties": { "properties": {
"final_response": { "final_response": {
"type": "string", "type": "string",
"description": "The final response to display to the use after all tasks are completed." "description": "The final response done in markdown format. No headers though. Bullet points in markdown please."
} }
}, },
"additionalProperties": false "additionalProperties": false