mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
refactor: rename mention node to nested_node for generic sub-graph support
This commit is contained in:
4
api/tests/fixtures/pav-test-extraction.yml
vendored
4
api/tests/fixtures/pav-test-extraction.yml
vendored
@ -207,9 +207,9 @@ workflow:
|
||||
tool_node_version: '2'
|
||||
tool_parameters:
|
||||
query:
|
||||
type: mention
|
||||
type: nested_node
|
||||
value: '{{@llm.context@}}请从对话历史中提取用户想要搜索的关键词,只返回关键词本身'
|
||||
mention_config:
|
||||
nested_node_config:
|
||||
extractor_node_id: 1767773709491_ext_query
|
||||
output_selector:
|
||||
- structured_output
|
||||
|
||||
Reference in New Issue
Block a user