This commit is contained in:
crazywoola 2025-12-24 13:49:22 +08:00
parent a5c6c8638e
commit 5705fa898f
2 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,7 @@ Constraints:
<available_tools>
{{AVAILABLE_TOOLS}}
</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:

View File

@ -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,