[PR #35] Add support for file input type in prompt variables #38

Open
opened 2026-02-16 06:16:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-text-generator/pull/35
Author: @neuneed
Created: 2/24/2025
Status: 🔄 Open

Base: mainHead: feat/add-file-input-support


📝 Commits (1)

  • 38c4b59 Fix userInput is missing type equal to 'file'.

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 utils/prompt.ts (+3 -0)

📄 Description

Add support for file input type in prompt variables.

When missing this type. will show 500 in the frontend.


🔄 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-text-generator/pull/35 **Author:** [@neuneed](https://github.com/neuneed) **Created:** 2/24/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/add-file-input-support` --- ### 📝 Commits (1) - [`38c4b59`](https://github.com/langgenius/webapp-text-generator/commit/38c4b596bed54cbb334d550a89c7b9185b3ed3d3) Fix userInput is missing type equal to 'file'. ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `utils/prompt.ts` (+3 -0) </details> ### 📄 Description Add support for file input type in prompt variables. When missing this type. will show 500 in the frontend. --- <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 06:16:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-text-generator#38