Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ LLMResponse
Class
LLMResponse
paperflow/providers/llm.py:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
@dataclass(frozen=True)
22
class
LLMResponse:
23
text: str
24
model: str
25
provider: str
26
prompt_tokens: int = 0
27
completion_tokens: int = 0
28
29
30
class
LLMProvider(Protocol):
Callers
4
generate
Method · 0.85
generate
Method · 0.85
generate
Method · 0.85
generate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected