File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ func (g GlobalOptions) toEnv() []string {
2828type Options struct {
2929 GlobalOptions `json:",inline"`
3030
31- Confirm bool `json:"confirm"`
32- Input string `json:"input"`
33- DisableCache bool `json:"disableCache"`
34- CacheDir string `json:"cacheDir"`
35- SubTool string `json:"subTool"`
36- Workspace string `json:"workspace"`
37- ChatState string `json:"chatState"`
38- IncludeEvents bool `json:"includeEvents"`
39- Prompt bool `json:"prompt"`
40- CredentialOverride string `json:"credentialOverride "`
31+ Confirm bool `json:"confirm"`
32+ Input string `json:"input"`
33+ DisableCache bool `json:"disableCache"`
34+ CacheDir string `json:"cacheDir"`
35+ SubTool string `json:"subTool"`
36+ Workspace string `json:"workspace"`
37+ ChatState string `json:"chatState"`
38+ IncludeEvents bool `json:"includeEvents"`
39+ Prompt bool `json:"prompt"`
40+ CredentialOverrides [] string `json:"credentialOverrides "`
4141}
You can’t perform that action at this time.
0 commit comments