mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 01:39:12 +00:00
fix: ensure 'name' isnt being sent in request body for custom agent
This commit is contained in:
@@ -483,6 +483,7 @@ export namespace Config {
|
||||
.catchall(z.any())
|
||||
.transform((agent, ctx) => {
|
||||
const knownKeys = new Set([
|
||||
"name",
|
||||
"model",
|
||||
"prompt",
|
||||
"description",
|
||||
|
||||
Reference in New Issue
Block a user