mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
(Chore): deprecate alias (#8704)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user