Package io.camunda.client.protocol.rest
Class AgentInstanceLimits
java.lang.Object
io.camunda.client.protocol.rest.AgentInstanceLimits
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AgentInstanceLimits
extends Object
The configured limits for an agent instance, set once at creation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMaximum LLM calls allowed. -1 if no limit is configured.Maximum total tokens allowed. -1 if no limit is configured.Maximum tool calls allowed. -1 if no limit is configured.inthashCode()maxModelCalls(Integer maxModelCalls) maxToolCalls(Integer maxToolCalls) voidsetMaxModelCalls(Integer maxModelCalls) voidsetMaxTokens(Long maxTokens) voidsetMaxToolCalls(Integer maxToolCalls) toString()
-
Field Details
-
JSON_PROPERTY_MAX_MODEL_CALLS
- See Also:
-
JSON_PROPERTY_MAX_TOOL_CALLS
- See Also:
-
JSON_PROPERTY_MAX_TOKENS
- See Also:
-
-
Constructor Details
-
AgentInstanceLimits
public AgentInstanceLimits()
-
-
Method Details
-
maxModelCalls
-
getMaxModelCalls
Maximum LLM calls allowed. -1 if no limit is configured.- Returns:
- maxModelCalls
-
setMaxModelCalls
-
maxToolCalls
-
getMaxToolCalls
Maximum tool calls allowed. -1 if no limit is configured.- Returns:
- maxToolCalls
-
setMaxToolCalls
-
maxTokens
-
getMaxTokens
Maximum total tokens allowed. -1 if no limit is configured.- Returns:
- maxTokens
-
setMaxTokens
-
equals
-
hashCode
public int hashCode() -
toString
-