Skip to content

Conversation

@ahibrahimm
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 14, 2025

Test Results for assets-test

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 1d0648f.

♻️ This comment has been updated with latest results.


if (not query) or (not response): # or not tool_definitions:
msg = (
f"{type(self).__name__}: Either 'conversation' or individual inputs must be provided. "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider improving the error message. Every time I see this, I don't know which fields is missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This "For Agent groundedness 'query' and 'response' are required." is specific to missing query/response. Do you mean to have specific one for query and another for response? Or remove the first generic part in the message Either 'conversation' or individual inputs must be provided.

self,
*,
query: str,
response: List[dict],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

response doesn't take str like other agent evaluators.
Please look at details in Bug

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is handled in the code, but I just updated the type hints too

Copy link
Contributor

@ashaabansoliman ashaabansoliman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved
This is to handle a regression reported in this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants