switch to anthropic typescript-sdk

This commit is contained in:
David Blass
2025-10-24 17:31:34 -04:00
parent 1328894afd
commit a26ada9839
4 changed files with 70 additions and 195 deletions
-3
View File
@@ -46,9 +46,6 @@ export async function run(
if (result.success) {
console.log("✅ Action completed successfully");
if (result.output) {
console.log("Output:", result.output);
}
return { success: true, output: result.output || undefined, error: undefined };
} else {
console.error("❌ Action failed:", result.error);