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

Class ChatMessage

python/examples/healthData/translator.py:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class ChatMessage(TypedDict):
12 source: Literal["system", "user", "assistant"]
13 body: Any
14
15
16class TranslatorWithHistory(TypeChatJsonTranslator[T]):

Callers 1

translateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…