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:
Xuan Yang
2026-01-27 10:31:03 -08:00
committed by Copybara-Service
parent 3bcd8f7f7a
commit 2155a35c51
3 changed files with 37 additions and 13 deletions
-3
View File
@@ -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