mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Remove docstring
This commit is contained in:
parent
5c3a4517c2
commit
aa56d36c62
1 changed files with 0 additions and 15 deletions
|
|
@ -1,18 +1,3 @@
|
|||
"""
|
||||
FastMCP Complex inputs Example
|
||||
|
||||
This can be used to verify that the JSON schema and data
|
||||
parsing work with complex inputs like lists, nulls, and sub-models.
|
||||
|
||||
Suggested usage:
|
||||
- Set up claude desktop with it
|
||||
- Ask it to print out the schema for you
|
||||
- Ask it to try out the endpoint without supplying any of the optional args
|
||||
- Confirm it's okay
|
||||
- Ask it to try out the endpoint with the optional args explicitly set
|
||||
- Confirm it's okay
|
||||
"""
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
from typing import Annotated
|
||||
import annotated_types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue