[PR #177] [CLOSED] fix: can not create conversation and send message when i have a file input variables #187

Closed
opened 2026-02-16 10:16:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/177
Author: @chenlcme
Created: 8/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • b728e69 fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/177 **Author:** [@chenlcme](https://github.com/chenlcme) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`b728e69`](https://github.com/langgenius/webapp-conversation/commit/b728e69ebde2bd2861be7382ace7de401df327df) fix: can not create conversation when has file input variables ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/components/index.tsx` (+1 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:22 -05:00
yindo closed this issue 2026-02-16 10:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#187