You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"- This tool allows you to read images ({', '.join(self._image_types)}). When reading an image file the contents are presented visually as you're a multimodal LLM.", # noqa: E501
108
+
f"- This tool allows you to read images ({', '.join(image_types)}). When reading an image file the contents are presented visually as you're a multimodal LLM.", # noqa: E501
106
109
)
107
110
pdf_presentation= (
108
111
"When reading a PDF file the pages are presented to you as a document."# noqa: E501
0 commit comments