mirror of
https://github.com/langgenius/dify.git
synced 2026-03-15 11:57:10 +08:00
fix: structured output should be non-streaming
This commit is contained in:
@ -522,7 +522,7 @@ class LLMNode(Node[LLMNodeData]):
|
||||
json_schema=output_schema,
|
||||
model_parameters=node_data_model.completion_params,
|
||||
stop=list(stop or []),
|
||||
stream=True,
|
||||
stream=False,
|
||||
user=user_id,
|
||||
tenant_id=tenant_id,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user