Ask a question to get started
Enter to sendā¢Shift+Enter new line
ModelCallLimitExceededError( self, thread_count: int, run_count: int, thread_limit: int | None,
Exception
thread_count
int
Current thread model call count.
run_count
Current run model call count.
thread_limit
int | None
Thread model call limit (if set).
run_limit
Exception raised when model call limits are exceeded.
This exception is raised when the configured exit behavior is 'error' and either the thread or run model call limit has been exceeded.
'error'
Run model call limit (if set).