Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/evaluate/user-sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,19 @@ adk eval \
--print_detailed_results
```

<br>
<br>

## Automated Eval Scenario Generation

In addition to manually adding eval cases, you can also automatically generate them using the `adk eval_set generate_eval_cases` command. This command leverages the Vertex AI Eval SDK (`ScenarioGenerator`) to dynamically generate a suite of conversation scenarios and automatically adds them to the specified eval set based on a user simulation config file.

Here is an example of how to use it:

```bash
adk eval_set generate_eval_cases <agent_path> <eval_set_id> --user_simulation_config_file <path>
```

## User simulator configuration

You can override the default user simulator configuration to change the model,
Expand Down Expand Up @@ -255,4 +268,3 @@ Example of a custom persona definition:
}
}
```

Loading