fix(web): resolve TypeScript type errors in workflow components (#27086)

This commit is contained in:
GuanMu
2025-10-18 23:09:00 +08:00
committed by GitHub
parent ac79691d69
commit cf7ff76165
6 changed files with 6 additions and 5 deletions

View File

@@ -212,7 +212,7 @@ export const AgentStrategySelector = memo((props: AgentStrategySelectorProps) =>
agent_strategy_name: tool!.tool_name,
agent_strategy_provider_name: tool!.provider_name,
agent_strategy_label: tool!.tool_label,
agent_output_schema: tool!.output_schema,
agent_output_schema: tool!.output_schema || {},
plugin_unique_identifier: tool!.provider_id,
meta: tool!.meta,
})