( fallbackModel: string = DEFAULT_FALLBACK_MODEL, )
| 52 | const RATE_LIMIT_ERROR_MESSAGE_VERTEX = |
| 53 | '\nPlease wait and try again later. To increase your limits, request a quota increase through Vertex, or switch to another /auth method'; |
| 54 | const getRateLimitErrorMessageDefault = ( |
| 55 | fallbackModel: string = DEFAULT_FALLBACK_MODEL, |
| 56 | ) => |
| 57 | `\nPossible quota limitations in place or slow response times detected. Switching to the ${fallbackModel} model for the rest of this session.`; |
| 58 | |
| 59 | function getRateLimitMessage( |
| 60 | authType?: AuthType, |
no outgoing calls
no test coverage detected