Tweak Prompt

This commit is contained in:
Cameron
2026-04-10 14:30:31 -04:00
parent 65e938035f
commit e1c32b6584
2 changed files with 10 additions and 11 deletions

View File

@@ -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));