(model: string)
| 1237 | * Returns the valid options for that model, or null if the model doesn't support verbosity |
| 1238 | */ |
| 1239 | export function getVerbosityValuesForModel(model: string): string[] | null { |
| 1240 | return getVerbosityValuesForModelFromDefinitions(model) |
| 1241 | } |
| 1242 | |
| 1243 | /** |
| 1244 | * Get thinking levels for a specific model |