优化了组件属性的设置的接口,使AI调用起来更简单,更准确。每次更新场景信息、组件信息或者节点信息,端口将会返回最新的信息供AI进行追踪和比对。

This commit is contained in:
root
2025-07-23 18:19:12 +08:00
parent d7ab237707
commit ae604480ab
14 changed files with 2978 additions and 178 deletions

View File

@@ -24,6 +24,9 @@ export interface ToolResponse {
message?: string;
error?: string;
instruction?: string;
warning?: string;
verificationData?: any;
updatedProperties?: string[];
}
export interface NodeInfo {