chore: format code

This commit is contained in:
GitHub Action 2025-12-15 14:59:05 +00:00
commit f492122d59
2 changed files with 12 additions and 0 deletions

View file

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