Skip to content

Variable: genieSendMessageFeedbackRequestSchema

const genieSendMessageFeedbackRequestSchema: ZodObject<{ conversation_id: ZodString; message_id: ZodString; rating: ZodUnion<readonly [ZodLiteral<"NEGATIVE">, ZodLiteral<"NONE">, ZodLiteral<"POSITIVE">]>; space_id: ZodString; }, $strip>