MCPcopy Create free account
hub / github.com/microsoft/TypeChat / Beer

Class Beer

python/examples/restaurant/schema.py:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class Beer(TypedDict):
26 itemType: Literal["Beer"]
27 kind: Annotated[str, Doc("examples: Mack and Jacks, Sierra Nevada Pale Ale, Miller Lite")]
28 quantity: NotRequired[Annotated[int, "default: 1"]]
29
30
31SaladSize = Literal["half", "whole"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…