"src/lib/vscode:/vscode.git/clone" did not exist on "bdcfbfeb11157a28bddcbb731280a21dfb4e26d0"
Commit 546d4426 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent ed8c0b23
......@@ -1285,9 +1285,7 @@ async def chat_completed(form_data: dict, user=Depends(get_verified_user)):
@app.post("/api/chat/actions/{action_id}")
async def chat_completed(
action_id: str, form_data: dict, user=Depends(get_verified_user)
):
async def chat_action(action_id: str, form_data: dict, user=Depends(get_verified_user)):
if "." in action_id:
action_id, sub_action_id = action_id.split(".")
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment