Skip to content

Fix file uploader (add file upload waiter). Add vision model support#3

Open
yaroslav4167 wants to merge 2 commits into
Fundiman:mainfrom
yaroslav4167:patch-1
Open

Fix file uploader (add file upload waiter). Add vision model support#3
yaroslav4167 wants to merge 2 commits into
Fundiman:mainfrom
yaroslav4167:patch-1

Conversation

@yaroslav4167

@yaroslav4167 yaroslav4167 commented Jun 17, 2026

Copy link
Copy Markdown

I noticed that uploading new files (which weren't uploaded in the browser version) doesn't initiate the request (example: full flow with file upload).
I investigated and noticed that until the files are in the SUCCESS status, the request isn't accepted.

I added a wait for the file uploader via the requests
/file/fetch_files?file_ids={file_id}
['data']['biz_data']['files'][0]['status']
This solved my file upload problem.

@yaroslav4167 yaroslav4167 changed the title Fix file uploader (add file upload waiter) Fix file uploader (add file upload waiter). Add vision model support Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant