saves a message

This commit is contained in:
geoffsee
2025-05-31 17:43:35 -04:00
committed by Geoff Seemueller
parent 810846bb3c
commit 9e6ef975a9
12 changed files with 257 additions and 130 deletions

View File

@@ -19,9 +19,9 @@
"tail:analytics-service": "wrangler tail -c workers/analytics/wrangler-analytics.toml",
"tail:session-proxy": "wrangler tail -c workers/session-proxy/wrangler-session-proxy.toml --env production",
"openai:local": "./scripts/start_inference_server.sh",
"test": "NODE_OPTIONS=--no-experimental-fetch vitest run",
"test:watch": "NODE_OPTIONS=--no-experimental-fetch vitest",
"test:coverage": "NODE_OPTIONS=--no-experimental-fetch vitest run --coverage"
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.32.1",