Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/BitNet
/ Message
Class
Message
gpu/tokenizer.py:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
Message(TypedDict):
27
role: Role
28
content: str
29
30
31
Dialog = Sequence[Message]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected