Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class
ChatMessage(TypedDict):
12
source: Literal[
"system"
,
"user"
,
"assistant"
]
13
body: Any
14
15
16
class
TranslatorWithHistory(TypeChatJsonTranslator[T]):
Callers
1
translate
Method · 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…