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

Class ApproxQuantity

python/examples/healthData/schema.py:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class ApproxQuantity(TypedDict):
15 displayText: Annotated[str, Doc("Default: Unknown. Required")]
16 quantity: NotRequired[Annotated[Quantity, Doc("Optional: only if precise quantities are available")]]
17
18
19class OtherHealthData(TypedDict):

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…