Support long-running agent turns

This commit is contained in:
Georg Bauer
2026-07-26 11:07:28 +02:00
parent 2a14b93335
commit 3c75b8f6c1
14 changed files with 432 additions and 90 deletions

View File

@@ -99,6 +99,7 @@ mod tests {
ChatTurn {
user,
tool: false,
system: false,
skip_previous_eos: false,
reasoning: None,
reasoning_complete: true,