Skip to content

Commit cbb351d

Browse files
committed
update model class
1 parent af01a3f commit cbb351d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

cookbook/models/anthropic/web_search.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
markdown=True,
1616
)
1717

18-
agent.print_response(
19-
"What's the latest with Anthropic?", stream=True
20-
)
18+
agent.print_response("What's the latest with Anthropic?", stream=True)

libs/agno/agno/tools/function.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,3 @@ async def aexecute(self) -> bool:
783783
class FunctionCallResult(BaseModel):
784784
content: str
785785
images: Optional[List[ImageArtifact]] = None
786-
787-
def __str__(self) -> str:
788-
return self.content

0 commit comments

Comments
 (0)