mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
Merge branch 'main' into feat/rag-2
This commit is contained in:
@ -25,6 +25,7 @@ import type { Field as StructField } from '@/app/components/workflow/nodes/llm/t
|
||||
import type { RAGPipelineVariable } from '@/models/pipeline'
|
||||
|
||||
import {
|
||||
AGENT_OUTPUT_STRUCT,
|
||||
HTTP_REQUEST_OUTPUT_STRUCT,
|
||||
KNOWLEDGE_RETRIEVAL_OUTPUT_STRUCT,
|
||||
LLM_OUTPUT_STRUCT,
|
||||
@ -521,6 +522,7 @@ const formatItem = (
|
||||
res.vars = [
|
||||
...outputs,
|
||||
...TOOL_OUTPUT_STRUCT,
|
||||
...AGENT_OUTPUT_STRUCT,
|
||||
]
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user