Skip to content

Commit

Permalink
typo (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed May 7, 2024
1 parent 50c86af commit a89469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/generative_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def history(self) -> list[glm.Content]:

if last._error is not None:
raise generation_types.BrokenResponseError(
"Can not build a coherent char history after a broken "
"Can not build a coherent chat history after a broken "
"streaming response "
"(See the previous Exception fro details). "
"To inspect the last response object, use `chat.last`."
Expand Down

0 comments on commit a89469f

Please sign in to comment.