feat: store mcp_config when switch agent strategy (#19291)

This commit is contained in:
Good Wood
2025-05-07 14:49:28 +08:00
committed by GitHub
parent c457e2b67a
commit d1c08a810b
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,6 @@ const AgentPanel: FC<NodePanelProps<AgentNodeType>> = (props) => {
agent_strategy_label: strategy?.agent_strategy_label,
output_schema: strategy!.agent_output_schema,
plugin_unique_identifier: strategy!.plugin_unique_identifier,
agent_parameters: {},
})
resetEditor(Date.now())
}}