feat: Adds max_turns for the agent without user input (#3208)

This commit is contained in:
Jarrod Sibbison
2025-07-03 11:57:25 +10:00
committed by GitHub
parent cf818ada89
commit 2c86a0eb6e
13 changed files with 284 additions and 2 deletions
+2
View File
@@ -184,6 +184,7 @@ async fn handler(
working_dir: PathBuf::from(session_working_dir),
schedule_id: request.scheduled_job_id.clone(),
execution_mode: None,
max_turns: None,
}),
)
.await
@@ -358,6 +359,7 @@ async fn ask_handler(
working_dir: PathBuf::from(session_working_dir),
schedule_id: request.scheduled_job_id.clone(),
execution_mode: None,
max_turns: None,
}),
)
.await