You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Dify's LLM Node prompt editor does not support using File type variables directly. This enhancement would allow users to include File type variables directly in the prompt editor, where Dify automatically converts the file content into the correct format for the chosen model (e.g., text extraction for text-based models).
If a file type is unsupported by the model, Dify should raise an error. This feature would improve the flexibility of prompt creation and streamline workflows involving file data.
Acceptance Criteria
Users can include File type variables in the LLM Node prompt editor.
Dify should convert the file content to the appropriate format for the selected model.
If the file type is unsupported by the model, it should be ignored without causing errors.
The text was updated successfully, but these errors were encountered:
Currently, Dify's LLM Node prompt editor does not support using File type variables directly. This enhancement would allow users to include File type variables directly in the prompt editor, where Dify automatically converts the file content into the correct format for the chosen model (e.g., text extraction for text-based models).
If a file type is unsupported by the model, Dify should raise an error. This feature would improve the flexibility of prompt creation and streamline workflows involving file data.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: