(model: string)
| 1254 | * @param model - The model ID |
| 1255 | */ |
| 1256 | export function getMaxOutputTokensForModel(model: string): number { |
| 1257 | return getMaxOutputTokensForModelFromDefinitions(model) |
| 1258 | } |
| 1259 | |
| 1260 | /** |
| 1261 | * Prepare tool execution parameters, separating tool parameters from system parameters |