fix: Custom tool call parsing for anthropic

This commit is contained in:
bracesproul
2025-03-07 16:57:30 -08:00
parent ecbcab7d24
commit c0cef943a6
6 changed files with 2286 additions and 4270 deletions

View File

@@ -13,7 +13,7 @@ export const GenerativeUIAnnotation = Annotation.Root({
>({ default: () => [], reducer: uiMessageReducer }),
timestamp: Annotation<number>,
next: Annotation<
"stockbroker" | "tripPlanner" | "openCode" | "generalInput"
"stockbroker" | "tripPlanner" | "openCode" | "orderPizza" | "generalInput"
>(),
});