fix: Run formatting

This commit is contained in:
bracesproul
2025-03-07 16:58:26 -08:00
parent c0cef943a6
commit 2ebcdc2b25
4 changed files with 4378 additions and 2169 deletions

View File

@@ -23,7 +23,13 @@ ${allToolDescriptions}
`;
const routerSchema = z.object({
route: z
.enum(["stockbroker", "tripPlanner", "openCode", "orderPizza", "generalInput"])
.enum([
"stockbroker",
"tripPlanner",
"openCode",
"orderPizza",
"generalInput",
])
.describe(routerDescription),
});
const routerTool = {