forked from farhoodlabs/paperclip
fix: address latest Greptile runtime review
This commit is contained in:
@@ -73,6 +73,7 @@ export const updateAgentSchema = createAgentSchema
|
||||
.partial()
|
||||
.extend({
|
||||
permissions: z.never().optional(),
|
||||
replaceAdapterConfig: z.boolean().optional(),
|
||||
status: z.enum(AGENT_STATUSES).optional(),
|
||||
spentMonthlyCents: z.number().int().nonnegative().optional(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user