MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / State

Class State

src/backend/fastapi_app/__init__.py:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class State(TypedDict):
28 sessionmaker: async_sessionmaker[AsyncSession]
29 context: FastAPIAppContext
30 chat_client: AsyncOpenAI
31 embed_client: AsyncOpenAI
32
33
34@asynccontextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected