refactor: remove streaming structured output from invoke_llm_with_structured_output

Signed-off-by: Stream <Stream_2@qq.com>
This commit is contained in:
Stream
2026-01-29 23:41:08 +08:00
parent 749cebe60d
commit edce6d4152
4 changed files with 43 additions and 176 deletions

View File

@ -522,7 +522,6 @@ class LLMNode(Node[LLMNodeData]):
json_schema=output_schema,
model_parameters=node_data_model.completion_params,
stop=list(stop or []),
stream=False,
user=user_id,
tenant_id=tenant_id,
)