fix: prefix 32 unused parameters with underscore (#22694)
This commit is contained in:
@@ -510,7 +510,7 @@ export const Agent = z
|
||||
permission: Permission.optional(),
|
||||
})
|
||||
.catchall(z.any())
|
||||
.transform((agent, ctx) => {
|
||||
.transform((agent, _ctx) => {
|
||||
const knownKeys = new Set([
|
||||
"name",
|
||||
"model",
|
||||
|
||||
Reference in New Issue
Block a user