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

Release Notes:

- N/A
This commit is contained in:
Oleksiy Syvokon 2025-05-29 13:35:29 +03:00 committed by GitHub
parent d989b2260b
commit cb187b0b4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 1 deletions

View file

@ -49,6 +49,7 @@ pub struct ExampleMetadata {
pub max_assertions: Option<usize>,
pub profile_id: AgentProfileId,
pub existing_thread_json: Option<String>,
pub max_turns: Option<u32>,
}
#[derive(Clone, Debug)]