Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…5761
  • Loading branch information
jacoblee93 committed Jun 20, 2024
2 parents 7ddab97 + 1c5238c commit 8ff925d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const calculatorSchema = z
.describe("A tool to perform basic arithmetic operations");
const weatherSchema = z
.object({
city: z.enum(["add", "subtract", "multiply", "divide"]),
city: z.string(),
})
.describe("A tool to get the weather in a city");

Expand Down

0 comments on commit 8ff925d

Please sign in to comment.