MCPcopy Create free account
hub / github.com/ZinYY/TreeLoRA / Message

Class Message

utils/data/data_utils.py:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70"""
71
72class Message(TypedDict):
73 role: Role
74 content: str
75
76
77class CompletionPrediction(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected