ignore: sync sdk

fix/cli-clean-exit-on-model-errors^2
Aiden Cline 2025-11-21 01:04:02 -06:00
parent c0d9f21c0f
commit f6da3c467b
1 changed files with 2 additions and 0 deletions

View File

@ -1097,6 +1097,8 @@ export type Config = {
}
}
}
whitelist?: Array<string>
blacklist?: Array<string>
options?: {
apiKey?: string
baseURL?: string