Tweak Prompt
This commit is contained in:
@@ -249,7 +249,7 @@ pub async fn generate_agentic_insight_handler(
|
||||
let max_iterations: usize = std::env::var("AGENTIC_MAX_ITERATIONS")
|
||||
.ok()
|
||||
.and_then(|v| v.parse().ok())
|
||||
.unwrap_or(10);
|
||||
.unwrap_or(12);
|
||||
|
||||
span.set_attribute(KeyValue::new("max_iterations", max_iterations as i64));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user