Skip to content

Commit

Permalink
make prompts optional
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Sep 25, 2024
1 parent d2c3052 commit dac1641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/protocol/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ProtocolMessagesSchema = z.object({
.optional(),
}),
),
Prompts: z.record(z.string(), z.string()),
Prompts: z.record(z.string(), z.string()).optional(),
}),
});

Expand Down

0 comments on commit dac1641

Please sign in to comment.