fix: ensure 'name' isnt being sent in request body for custom agent

This commit is contained in:
Aiden Cline
2026-01-06 12:21:04 -06:00
parent bb09df0c77
commit c7a2c737e8
2 changed files with 1 additions and 1 deletions

View File

@@ -483,6 +483,7 @@ export namespace Config {
.catchall(z.any())
.transform((agent, ctx) => {
const knownKeys = new Set([
"name",
"model",
"prompt",
"description",