Skip to content

Commit 17fb30c

Browse files
committed
up
1 parent e8f7a25 commit 17fb30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4983,7 +4983,7 @@ async def test_anthropic_mcp_servers_stream(allow_model_requests: None, anthropi
49834983
49844984
Tools can return various types of output, including anything Pydantic can serialize to JSON, as well as multimodal content like `AudioUrl`, `VideoUrl`, `ImageUrl`, or `DocumentUrl`. The `ToolReturn` object allows for separating the `return_value` (for the model), `content` (for additional context), and `metadata` (for application-specific use). \n\
49854985
4986-
Built-in tools like `WebFetchTool` allow agents to fetch web pages. \n\
4986+
Built-in tools like `WebFetchTool` allow agents to pull web content into their context. \n\
49874987
49884988
### 5. Output Handling
49894989
The framework supports various output types:

0 commit comments

Comments
 (0)