We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3335750 commit c0ae54fCopy full SHA for c0ae54f
2 files changed
agentplatform/_genai/_evals_common.py
@@ -483,6 +483,7 @@ def _get_default_prompt_template(
483
and eval_item.evaluation_request
484
and eval_item.evaluation_request.prompt
485
and eval_item.evaluation_request.prompt.prompt_template_data
486
+ and eval_item.evaluation_request.prompt.prompt_template_data.values
487
):
488
if (
489
"prompt"
vertexai/_genai/_evals_common.py
@@ -468,6 +468,7 @@ def _get_default_prompt_template(
468
469
470
471
472
473
474
0 commit comments