mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-22 01:15:25 -04:00
[PR #177] [CLOSED] fix: can not create conversation and send message when i have a file input variables #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/webapp-conversation/pull/177
Author: @chenlcme
Created: 8/21/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
b728e69fix: can not create conversation when has file input variables📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/components/index.tsx(+1 -1)📄 Description
If my application defines a file-type input parameter, after I successfully upload a file, when creating a new session, I do not pass in the file ID obtained from the upload I just did. This causes the message sending to fail after the session is created, and an error is reported because the file cannot be found.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.