We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c86af commit a89469fCopy full SHA for a89469f
google/generativeai/generative_models.py
@@ -706,7 +706,7 @@ def history(self) -> list[glm.Content]:
706
707
if last._error is not None:
708
raise generation_types.BrokenResponseError(
709
- "Can not build a coherent char history after a broken "
+ "Can not build a coherent chat history after a broken "
710
"streaming response "
711
"(See the previous Exception fro details). "
712
"To inspect the last response object, use `chat.last`."
0 commit comments