mirror of
https://github.com/langgenius/dify.git
synced 2026-03-15 11:57:10 +08:00
feat: v1
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user