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
fix a malformatted docstring
  • Loading branch information
needuv committed Nov 1, 2024
commit 8b6ee675082d1113c81e9a8d05754d4c57c846d0
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __call__(
:keyword conversation: The conversation to be evaluated.
:paramtype conversation: Optional[~azure.ai.evaluation.Conversation]
:return: The scores for Chat scenario.
:rtype: :rtype: Dict[str, Union[float, Dict[str, List[float]]]]
:rtype: Dict[str, Union[float, Dict[str, List[float]]]]
"""

def __call__(self, *args, **kwargs): # pylint: disable=docstring-missing-param
Expand Down