mirror of https://github.com/buster-so/buster.git
agent changes
This commit is contained in:
parent
283b1bd012
commit
2f6efa137d
|
@ -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()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue