Skip to content

Commit

Permalink
feat: update UI configuration and server integration
Browse files Browse the repository at this point in the history
  • Loading branch information
yg-lim committed Aug 7, 2024
1 parent 6669ef3 commit 7a584a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/chatbots.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def get_chatbots_id(id: str):
if not results:
return {"message": "no chatbot configuration found"}

return [cutil.pipeline_to_ui(result) for result in results]
return cutil.pipeline_to_ui(results)

@router.post('/')
async def post_chatbots(request: Request):
Expand Down

0 comments on commit 7a584a4

Please sign in to comment.