Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure-Samples/rag-postgres-openai-python
/ ChatRequest
Class
ChatRequest
src/backend/fastapi_app/api_models.py:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
ChatRequest(BaseModel):
27
input: list[ResponseInputItemParam]
28
context: ChatRequestContext
29
30
31
class
ItemPublic(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected