We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7029ea8 commit 3a3f34fCopy full SHA for 3a3f34f
1 file changed
src/agents/mcp/server.py
@@ -233,7 +233,7 @@ def __init__(
233
"""
234
Args:
235
use_structured_content: Whether to use `tool_result.structured_content` when calling an
236
- MCP tool.Defaults to False for backwards compatibility - most MCP servers still
+ MCP tool. Defaults to False for backwards compatibility - most MCP servers still
237
include the structured content in the `tool_result.content`, and using it by
238
default will cause duplicate content. You can set this to True if you know the
239
server will not duplicate the structured content in the `tool_result.content`.
0 commit comments