Class ModelCallLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit.ModelCallLimitExceededException
All Implemented Interfaces:
Serializable

public class ModelCallLimitExceededException extends RuntimeException
Exception raised when model call limits are exceeded.
See Also:
  • Constructor Details

    • ModelCallLimitExceededException

      public ModelCallLimitExceededException(int threadCount, int runCount, Integer threadLimit, Integer runLimit)
  • Method Details

    • getThreadCount

      public int getThreadCount()
    • getRunCount

      public int getRunCount()
    • getThreadLimit

      public Integer getThreadLimit()
    • getRunLimit

      public Integer getRunLimit()