[PR #25] [CLOSED] fix: add missing import for llm template #267

Closed
opened 2026-02-16 01:15:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/25
Author: @euxx
Created: 2/13/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • db5048c fix: add missing import for llm template

📊 Changes

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

View changed files

📝 cmd/commandline/plugin/templates/python/llm.py (+1 -0)

📄 Description

LargeLanguageModel is used but has not been imported.

class {{ .PluginName | SnakeToCamel }}LargeLanguageModel(LargeLanguageModel):

🔄 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/dify-plugin-daemon/pull/25 **Author:** [@euxx](https://github.com/euxx) **Created:** 2/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`db5048c`](https://github.com/langgenius/dify-plugin-daemon/commit/db5048cc65875ff4ec25c6c93c88b8c453fb9994) fix: add missing import for llm template ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin/templates/python/llm.py` (+1 -0) </details> ### 📄 Description `LargeLanguageModel` is used but has not been imported. ```py class {{ .PluginName | SnakeToCamel }}LargeLanguageModel(LargeLanguageModel): ``` --- <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 01:15:18 -05:00
yindo closed this issue 2026-02-16 01:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#267