Variable: AgentGuardStatsOptionsSchema
const AgentGuardStatsOptionsSchema: ZodObject<{
time_period: ZodOptional<ZodLiteral<"30_DAYS">>;
}, "strict", ZodTypeAny, {
time_period?: "30_DAYS";
}, {
time_period?: "30_DAYS";
}>;
Defined in: src/models/agentguard.ts:156
Only the captured and live-verified 30-day period is currently supported.