mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: format code
This commit is contained in:
parent
b0f77da56c
commit
f492122d59
2 changed files with 12 additions and 0 deletions
|
|
@ -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": {
|
||||
"$ref": "#/components/schemas/AgentConfig"
|
||||
},
|
||||
"compaction": {
|
||||
"$ref": "#/components/schemas/AgentConfig"
|
||||
}
|
||||
},
|
||||
"additionalProperties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue