Raised when OpenaiAPI returns a message including 'function_call' field.
| 6 | |
| 7 | |
| 8 | class FunctionCallDeprecationError(LLMError): |
| 9 | """Raised when OpenaiAPI returns a message including 'function_call' field.""" |
| 10 | |
| 11 | ... |
| 12 | |
| 13 | |
| 14 | class APIKeyPoolEmptyError(Exception): |
nothing calls this directly
no outgoing calls
no test coverage detected