mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
docs: Update ADK release analyzer to use Gemini 3 Pro with retry and improve file filtering
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 861784867
This commit is contained in:
committed by
Copybara-Service
parent
3bcd8f7f7a
commit
2155a35c51
@@ -701,7 +701,6 @@ def cli_eval(
|
||||
separated list of eval names and then add that as a suffix to the eval set
|
||||
file name, demarcated by a `:`.
|
||||
|
||||
\b
|
||||
For example, we have `sample_eval_set_file.json` file that has following the
|
||||
eval cases:
|
||||
sample_eval_set_file.json:
|
||||
@@ -722,7 +721,6 @@ def cli_eval(
|
||||
separated list of eval names and then add that as a suffix to the eval set
|
||||
file name, demarcated by a `:`.
|
||||
|
||||
\b
|
||||
For example, we have `sample_eval_set_id` that has following the eval cases:
|
||||
sample_eval_set_id:
|
||||
|....... eval_1
|
||||
@@ -731,7 +729,6 @@ def cli_eval(
|
||||
|....... eval_4
|
||||
|....... eval_5
|
||||
|
||||
\b
|
||||
If we did:
|
||||
sample_eval_set_id:eval_1,eval_2,eval_3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user