feat: resume questions after birth-time confirmation

This commit is contained in:
Jesse_Chen
2026-07-21 10:45:42 +08:00
parent 4f16a9be1d
commit 47f2e9c989
5 changed files with 595 additions and 20 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const chartChatRequestSchema = consultationInputSchema.extend({
.optional()
.default("verified_chart"),
entrypoint: consultationEntrypointSchema.optional(),
});
}).strict();
const generalChatRequestSchema = z.object({
...chatRequestMetadataSchema.shape,