Uses of Class
com.google.adk.models.LlmCallsLimitExceededException
Packages that use LlmCallsLimitExceededException
-
Uses of LlmCallsLimitExceededException in com.google.adk.agents
Methods in com.google.adk.agents that throw LlmCallsLimitExceededExceptionModifier and TypeMethodDescriptionvoidInvocationContext.incrementLlmCallsCount()Increments the count of LLM calls made during this invocation and throws an exception if the limit defined inRunConfigis exceeded.