MCPcopy Create free account
hub / github.com/FourthBrain/FastAPI-for-Machine-Learning-Live-Demo / Item

Class Item

main.py:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class Item(BaseModel):
23 name: str
24 price: float
25 tags: list[str] = []
26
27
28@app.post("/items/")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected