Skip to content
Merged

typo #313

Changes from all commits
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
2 changes: 1 addition & 1 deletion google/generativeai/generative_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,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