mirror of https://github.com/langgenius/dify.git
feat: v1
This commit is contained in:
parent
a5c6c8638e
commit
5705fa898f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue