evals: Configurable number of max dialog turns (#31680)
Release Notes: - N/A
This commit is contained in:
parent
d989b2260b
commit
cb187b0b4d
8 changed files with 12 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue