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 654a8d7 commit f4f9e25Copy full SHA for f4f9e25
src/agentlab/llm/llm_utils.py
@@ -340,9 +340,6 @@ def __str__(self, warn_if_image=False) -> str:
340
341
return "\n".join([elem["text"] for elem in self["content"] if elem["type"] == "text"])
342
343
- def get_text(self):
344
- return str(self, no_warning=True)
345
-
346
def add_content(self, type: str, content: Any):
347
if isinstance(self["content"], str):
348
text = self["content"]
0 commit comments