* [misc] improve calling tolls in zentao prompt.

This commit is contained in:
sunhao
2025-12-02 16:27:37 +08:00
parent 478e35a5c4
commit ba9872cf50
+3
View File
@@ -473,4 +473,7 @@ $(() =>
aiStore.isOK().then(isOK => {window.isZaiOK = isOK;});
}
/* Bind AI commands in app when app is loaded. */
$(document).on('loadapp.apps', (_, args) => bindAICommandsInApp(args[0].iframe.contentWindow));
});