mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: sandbox llm not show tools
This commit is contained in:
@ -235,12 +235,14 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
<Tools
|
||||
nodeId={id}
|
||||
tools={inputs.tools}
|
||||
maxIterations={inputs.max_iterations}
|
||||
hideMaxIterations
|
||||
/>
|
||||
{!isSupportSandbox && (
|
||||
<Tools
|
||||
nodeId={id}
|
||||
tools={inputs.tools}
|
||||
maxIterations={inputs.max_iterations}
|
||||
hideMaxIterations
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* Advanced Settings - 折叠区 */}
|
||||
|
||||
Reference in New Issue
Block a user