update schemas suitable for file upload

This commit is contained in:
Saurab-Shrestha 2024-03-18 18:00:29 +05:45
parent f7de7c3b54
commit 2008837110
12 changed files with 77 additions and 21 deletions

View file

@ -162,7 +162,7 @@ async def prompt_completion(
action='Chat',
details={
"query": body.prompt,
'user': current_user.fullname,
'user': current_user.username,
},
user_id=current_user.id
)