evals: Configurable number of max dialog turns (#31680)

Release Notes:

- N/A
This commit is contained in:
Oleksiy Syvokon
2025-05-29 10:35:29 +00:00
committed by GitHub
parent d989b2260b
commit cb187b0b4d
8 changed files with 12 additions and 1 deletions
@@ -23,6 +23,7 @@ impl Example for CodeBlockCitations {
max_assertions: None,
profile_id: AgentProfileId::default(),
existing_thread_json: None,
max_turns: None,
}
}