Skip to content

Commit a89469f

Browse files
authored
typo (#313)
1 parent 50c86af commit a89469f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/generativeai/generative_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def history(self) -> list[glm.Content]:
706706

707707
if last._error is not None:
708708
raise generation_types.BrokenResponseError(
709-
"Can not build a coherent char history after a broken "
709+
"Can not build a coherent chat history after a broken "
710710
"streaming response "
711711
"(See the previous Exception fro details). "
712712
"To inspect the last response object, use `chat.last`."

0 commit comments

Comments
 (0)