diff --git a/api/libs/agents/src/agent.rs b/api/libs/agents/src/agent.rs index 6d44fd0e0..31c4ee631 100644 --- a/api/libs/agents/src/agent.rs +++ b/api/libs/agents/src/agent.rs @@ -605,7 +605,7 @@ impl Agent { session_id: thread.id.to_string(), trace_id: Uuid::new_v4().to_string(), }), - // reasoning_effort: Some("high".to_string()), + reasoning_effort: Some("low".to_string()), ..Default::default() }; diff --git a/api/libs/agents/src/tools/categories/response_tools/done.rs b/api/libs/agents/src/tools/categories/response_tools/done.rs index 0bc6990fa..c58c6f34e 100644 --- a/api/libs/agents/src/tools/categories/response_tools/done.rs +++ b/api/libs/agents/src/tools/categories/response_tools/done.rs @@ -51,7 +51,7 @@ impl ToolExecutor for Done { "properties": { "final_response": { "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