chore: format code

This commit is contained in:
GitHub Action 2025-12-15 14:59:05 +00:00 committed by Aiden Cline
parent 0ffc67792c
commit b612b939c9
2 changed files with 12 additions and 0 deletions

View file

@ -1416,6 +1416,9 @@ export type Config = {
build?: AgentConfig
general?: AgentConfig
explore?: AgentConfig
title?: AgentConfig
summary?: AgentConfig
compaction?: AgentConfig
[key: string]: AgentConfig | undefined
}
/**

View file

@ -8002,6 +8002,15 @@
},
"explore": {
"$ref": "#/components/schemas/AgentConfig"
},
"title": {
"$ref": "#/components/schemas/AgentConfig"
},
"summary": {
"$ref": "#/components/schemas/AgentConfig"
},
"compaction": {
"$ref": "#/components/schemas/AgentConfig"
}
},
"additionalProperties": {