eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 283 B
JavaScript
import{z}from"#compiled/zod/index.js";const ResetResponseSchema=z.discriminatedUnion(`status`,[z.object({ok:z.literal(!0),previousSessionId:z.string().min(1),status:z.literal(`reset`)}),z.object({ok:z.literal(!0),status:z.literal(`no_active_session`)})]);export{ResetResponseSchema};