diff --git a/api/core/llm_generator/prompts.py b/api/core/llm_generator/prompts.py index e617f401eb..bbfb7dfa6d 100644 --- a/api/core/llm_generator/prompts.py +++ b/api/core/llm_generator/prompts.py @@ -175,7 +175,7 @@ Constraints: {{AVAILABLE_TOOLS}} -""" # noqa: E501 +""" RULE_CONFIG_PROMPT_GENERATE_TEMPLATE = """ Here is a task description for which I would like you to create a high-quality prompt template for: diff --git a/web/app/components/workflow/hooks/use-workflow-vibe.tsx b/web/app/components/workflow/hooks/use-workflow-vibe.tsx index 959e60c681..9581379402 100644 --- a/web/app/components/workflow/hooks/use-workflow-vibe.tsx +++ b/web/app/components/workflow/hooks/use-workflow-vibe.tsx @@ -344,6 +344,7 @@ export const useWorkflowVibe = () => { tool_name: tool.name, tool_label: tool.label[language] || tool.name, tool_description: toolDescription || '', + title: tool.label[language] || tool.name, is_team_authorization: provider.is_team_authorization, paramSchemas: tool.parameters, params,