MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / FunctionCallDeprecationError

Class FunctionCallDeprecationError

llms/exceptions.py:8–11  ·  view source on GitHub ↗

Raised when OpenaiAPI returns a message including 'function_call' field.

Source from the content-addressed store, hash-verified

6
7
8class FunctionCallDeprecationError(LLMError):
9 """Raised when OpenaiAPI returns a message including 'function_call' field."""
10
11 ...
12
13
14class APIKeyPoolEmptyError(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected