MCPcopy 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
26class Message(TypedDict):
27 role: Role
28 content: str
29
30
31Dialog = Sequence[Message]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected