fix build

This commit is contained in:
geoffsee
2025-05-23 16:05:20 -04:00
parent fe51876e89
commit 9c7ad7724b
18 changed files with 9823 additions and 570 deletions

View File

@@ -27,6 +27,8 @@ 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}`;
}