mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 07:17:55 +08:00
Replace the generic "Invalid variable" message in prompt editor variable labels with two context-aware messages: one for missing nodes and another for uninstalled model plugins. Add useLlmModelPluginInstalled hook that checks LLM node model providers against installed providers via useProviderContextSelector. Migrate Tooltip usage to base-ui primitives and replace RiErrorWarningFill with Warning icon in warning color.