mirror of https://github.com/buster-so/buster.git
Merge branch 'evals' of https://github.com/buster-so/buster into evals
This commit is contained in:
commit
7dde7767f8
|
@ -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()
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue