Exception raised when tool call limits are exceeded.
This exception is raised when the configured exit behavior is 'error' and either the thread or run tool call limit has been exceeded.
class ToolCallLimitExceededErrorThe message sent to the model explaining why the action was rejected.
The name of the tool being called
Current run tool call count.
Run tool call limit (if set).
Current thread tool call count.
Thread tool call limit (if set).