mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-26 16:19:40 +00:00
chore: format code
This commit is contained in:
parent
0ffc67792c
commit
b612b939c9
2 changed files with 12 additions and 0 deletions
|
|
@ -1416,6 +1416,9 @@ export type Config = {
|
|||
build?: AgentConfig
|
||||
general?: AgentConfig
|
||||
explore?: AgentConfig
|
||||
title?: AgentConfig
|
||||
summary?: AgentConfig
|
||||
compaction?: AgentConfig
|
||||
[key: string]: AgentConfig | undefined
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue