Skip to content

Commit 0f402c2

Browse files
authored
Dalgo Migration:quick fix (#185)
1 parent ddbc031 commit 0f402c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/api/routes/threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ async def threads_sync(
333333

334334
@router.post("/threads/start")
335335
async def start_thread(
336-
request: OpenAIThreadCreate,
336+
request: dict,
337337
background_tasks: BackgroundTasks,
338338
db: Session = Depends(get_db),
339339
_current_user: UserOrganization = Depends(get_current_user_org),

0 commit comments

Comments
 (0)