Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ ChatResponse
Class
ChatResponse
examples/streaming_chat/main.py:23–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
ChatResponse(BaseModel):
24
response: str
25
26
27
@app.post(
"/chat"
)
Callers
1
chat_sync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected