Update api/dependencies.py
Build and Push Agent API / build (push) Successful in 5s

This commit is contained in:
2026-05-10 17:38:15 +00:00
parent cb4ebfa43e
commit 2ee33b50eb
+1 -1
View File
@@ -3,5 +3,5 @@ from openai import OpenAI
def get_llm_client(request: Request) -> OpenAI:
"""FastAPI dependency returns the singleton OpenAI client from app.state."""
"""FastAPI dependency - returns the singleton OpenAI client from app.state."""
return request.app.state.llm_client