feat: add noReply parameter (#3433)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
ae62bc8b1f
commit
2e434a459a
4 changed files with 57 additions and 41 deletions
|
|
@ -1894,6 +1894,7 @@ export type SessionPromptData = {
|
|||
modelID: string
|
||||
}
|
||||
agent?: string
|
||||
noReply?: boolean
|
||||
system?: string
|
||||
tools?: {
|
||||
[key: string]: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue