Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evalua…
…tors/_service_groundedness/_service_groundedness.py

Co-authored-by: Neehar Duvvuri <[email protected]>
  • Loading branch information
MilesHolland and needuv authored Oct 24, 2024
commit f2d592316cee7fad4972400aa95854738ce9c242
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __call__(
to be dictionaries with keys "content", "role", and possibly "context".
:paramtype conversation: Optional[~azure.ai.evaluation.Conversation]
:return: The relevance score.
:rtype: Union[Dict[str, float], Dict[str, Union[float, Dict[str, List[float]]]]]
:rtype: Union[Dict[str, Union[str, bool]], Dict[str, Union[float, Dict[str, List[Union[str, bool]]]]]]
"""
return super().__call__(query=query, response=response, context=context, conversation=conversation, **kwargs)

Expand Down