()
| 131 | } |
| 132 | |
| 133 | func (e *ContextOverflowError) Unwrap() error { |
| 134 | return e.Underlying |
| 135 | } |
| 136 | |
| 137 | // tokenOverflowPatterns matches token-count rejections from various providers. |
| 138 | // Best-effort substring match (case-insensitive) against the error message. |
no outgoing calls