feat: llm node support tools

This commit is contained in:
zxhlyh
2026-01-08 14:27:37 +08:00
parent 70149ea05e
commit c323028179
11 changed files with 229 additions and 65 deletions

View File

@ -315,6 +315,11 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
type="object"
description={t(`${i18nPrefix}.outputVars.usage`, { ns: 'workflow' })}
/>
<VarItem
name="generation"
type="object"
description={t(`${i18nPrefix}.outputVars.generation`, { ns: 'workflow' })}
/>
{inputs.structured_output_enabled && (
<>
<Split className="mt-3" />