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

Class CompletionPrediction

utils/data/data_utils.py:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class CompletionPrediction(TypedDict, total=False):
78 generation: str
79 tokens: List[str] # not required
80 logprobs: List[float] # not required
81
82
83class ChatPrediction(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected