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

Class Example

python/tests/test_validator.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@dataclass
6class Example:
7 a: str
8 b: int
9 c: bool
10
11v = typechat.TypeChatValidator(Example)
12

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…