We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5466d0 commit 1aaa032Copy full SHA for 1aaa032
opts.go
@@ -70,7 +70,7 @@ type Options struct {
70
IncludeEvents bool `json:"includeEvents"`
71
Prompt bool `json:"prompt"`
72
CredentialOverrides []string `json:"credentialOverrides"`
73
- CredentialContexts []string `json:"credentialContext"` // json tag is left singular to match SDKServer
+ CredentialContexts []string `json:"credentialContexts"`
74
Location string `json:"location"`
75
ForceSequential bool `json:"forceSequential"`
76
}
0 commit comments