fix: Custom tool call parsing for anthropic
This commit is contained in:
@@ -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"
|
||||
>(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user