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

Class ApproxDatetime

python/examples/healthData/schema.py:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9class ApproxDatetime(TypedDict):
10 displayText: Annotated[str, Doc("Default: Unknown. Required")]
11 timestamp: NotRequired[Annotated[str, Doc("If precise timestamp can be set")]]
12
13
14class ApproxQuantity(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…