Remove commented-out code and update configurations

Deleted unused or commented-out code across multiple files to improve clarity and maintainability. Updated `kv_namespaces` in `wrangler.toml` and specified the package manager in `package.json`. Add placeholder values for development kv stores.
This commit is contained in:
geoffsee
2025-05-23 14:36:35 -04:00
parent d7a346891f
commit fe51876e89
13 changed files with 14 additions and 80 deletions

View File

@@ -27,8 +27,6 @@ export class AssistantSdk {
tools
.map((tool) => {
switch (tool) {
// case "user-attachments": return "### Attachments\nUser supplied attachments are normalized to text and will have this header (# Attachment:...) in the message.";
// case "web-search": return "### Web Search\nResults are optionally available in 'Live Search'.";
default:
return `- ${tool}`;
}