@@ -1413,6 +1413,9 @@ export type Config = {
build?: AgentConfig
general?: AgentConfig
explore?: AgentConfig
+ title?: AgentConfig
+ summary?: AgentConfig
+ compaction?: AgentConfig
[key: string]: AgentConfig | undefined
}
/**
@@ -7992,6 +7992,15 @@
},
"explore": {
"$ref": "#/components/schemas/AgentConfig"
+ },
+ "title": {
+ "$ref": "#/components/schemas/AgentConfig"
+ "summary": {
+ "compaction": {
"additionalProperties": {