Skip to content

Commit

Permalink
modified docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravP97 committed Dec 18, 2024
1 parent a52c048 commit 15d0109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/vertexai/langchain_google_vertexai/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ def _parse_content(raw_content: str | Dict[Any, Any]) -> Dict[Any, Any]:


def _parse_examples(examples: List[BaseMessage]) -> List[InputOutputTextPair]:
"""Parse the list of messages. The method expects the messages to be in the order of Human Message followed by an AI Message.
"""Parse the list of examples. The method expects the examples to be in the order of Human Message followed by an AI Message.
Args:
examples: The list of messages to be parsed
examples: The list of examples to be parsed
Returns:
A parsed example list.
Raises:
Expand Down

0 comments on commit 15d0109

Please sign in to comment.