From 68a3794318f1e279c7a57b3569420c60c4008e39 Mon Sep 17 00:00:00 2001 From: adk-bot Date: Thu, 9 Apr 2026 20:25:49 +0000 Subject: [PATCH] Update ADK doc according to issue #1587 - 11 --- docs/evaluate/user-sim.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/evaluate/user-sim.md b/docs/evaluate/user-sim.md index 0ca2c8d20b..06fa0e8a5b 100644 --- a/docs/evaluate/user-sim.md +++ b/docs/evaluate/user-sim.md @@ -178,6 +178,19 @@ adk eval \ --print_detailed_results ``` +
+
+ +## 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 --user_simulation_config_file +``` + ## User simulator configuration You can override the default user simulator configuration to change the model, @@ -255,4 +268,3 @@ Example of a custom persona definition: } } ``` -