fix: 补充智能体图片能力类型

This commit is contained in:
2026-08-03 14:54:16 +08:00
parent c757eeed50
commit 2a930a1c97

View File

@@ -22,6 +22,7 @@ export interface AgentInfo {
memoryConfigJson?: Record<string, any>;
executionConfigJson?: Record<string, any>;
interactionConfigJson?: AgentInteractionConfig;
supportImage?: boolean;
status?: number;
visibilityScope?: string;
publishStatus?: string;