Update ADK doc according to issue #1587 - 11#1606
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Eval Scenario GenerationDoc file: docs/evaluate/user-sim.md Proposed Documentation (human: Juan Carlos González Reséndiz)Prerequisites:
Documentation for adk eval_set generate_eval_casesThe The adk eval_set generate_eval_cases \
<AGENT_MODULE_FILE_PATH> \
<EVAL_SET_ID> \
--user_simulation_config_file=<PATH_TO_CONFIG_FILE>The arguments for that command are the next ones:
The definition of a method working with the The method is called Its arguments are:
Example of ConfigurationThe --user_simulation_config_file is the core of the generation process. It tells the LLM what kind of users to simulate. ** Arguments **
Example CommandTo generate 10 new evaluation cases for a travel_agent and save them to a set named v1_test_suite: What happens next?
You can now run the evaluation using: Definition of how to use
|
11. Eval Scenario Generation
Doc file: docs/evaluate/user-sim.md
Current state:
Proposed Change:
Reasoning:
This is a powerful new CLI capability that automates the tedious process of writing manual conversation scenarios for evaluation by leveraging an LLM to generate them.
Reference: src/google/adk/cli/cli_tools_click.py