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 af01a3f commit cbb351dCopy full SHA for cbb351d
cookbook/models/anthropic/web_search.py
@@ -15,6 +15,4 @@
15
markdown=True,
16
)
17
18
-agent.print_response(
19
- "What's the latest with Anthropic?", stream=True
20
-)
+agent.print_response("What's the latest with Anthropic?", stream=True)
libs/agno/agno/tools/function.py
@@ -783,6 +783,3 @@ async def aexecute(self) -> bool:
783
class FunctionCallResult(BaseModel):
784
content: str
785
images: Optional[List[ImageArtifact]] = None
786
-
787
- def __str__(self) -> str:
788
- return self.content
0 commit comments