Update schema

This commit is contained in:
Den Delimarsky
2025-07-03 22:14:44 -07:00
parent 2de214f36a
commit 11195cf3ff

View File

@@ -86,7 +86,7 @@ const GetResourceReferenceSchema = z.object({
.describe("ID of the resource to reference (1-100)"),
});
const itationSchema = z.object({
const ElicitationSchema = z.object({
message: z.string().describe("Message to use for elicitation"),
includeSchema: z
.boolean()