(Chore): deprecate alias (#8704)

This commit is contained in:
Rohit Malhotra
2025-05-29 11:01:28 -04:00
committed by GitHub
parent cc881a6bcb
commit e4d84946db

View File

@@ -70,10 +70,6 @@ class InitSessionResponse(BaseModel):
message: str | None = None
# Temporary alias since the private variable was referenced publicly - delete once deploy project is updated.
_create_new_conversation = create_new_conversation
@app.post('/conversations')
async def new_conversation(
data: InitSessionRequest,