vault commit: 2025-10-08 22:44, 16 files changed

This commit is contained in:
Jason McPherson
2025-10-08 22:44:44 -05:00
parent 21840a322c
commit ec9e34e8f6
16 changed files with 633 additions and 24 deletions
+9
View File
@@ -0,0 +1,9 @@
<%*
try {
const out = await tp.ai.chat("Say 'OK' if you can read this.");
new Notice("AI replied: " + (typeof out === "string" ? out.slice(0,60) : JSON.stringify(out).slice(0,60)));
} catch (e) {
console.error(e);
new Notice("AI call threw an error (check console).");
}
%>