mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
chore: Update SDK documentation (#1616)
Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com>
This commit is contained in:
parent
d237de2003
commit
85cc51f223
26 changed files with 403 additions and 260 deletions
|
|
@ -260,7 +260,7 @@ Tool.from_tool(parent, output_schema={
|
|||
})
|
||||
|
||||
# Disable structured outputs
|
||||
Tool.from_tool(parent, output_schema=False)
|
||||
Tool.from_tool(parent, output_schema=None)
|
||||
|
||||
# Return ToolResult for full control
|
||||
async def custom_output(**kwargs) -> ToolResult:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue