Uses of Interface
io.camunda.client.api.command.CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5
Packages that use CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5
-
Uses of CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5Modifier and TypeMethodDescriptionCreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5.maxModelCalls(int maxModelCalls) Sets the maximum number of LLM model calls the agent instance may make.CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5.maxTokens(long maxTokens) Sets the maximum number of tokens the agent instance may use.CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5.maxToolCalls(int maxToolCalls) Sets the maximum number of tool calls the agent instance may make.CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep4.systemPrompt(String systemPrompt) Sets the system prompt for the agent instance. -
Uses of CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5Methods in io.camunda.client.impl.command that return CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5Modifier and TypeMethodDescriptionCreateAgentInstanceCommandImpl.maxModelCalls(int maxModelCalls) CreateAgentInstanceCommandImpl.maxTokens(long maxTokens) CreateAgentInstanceCommandImpl.maxToolCalls(int maxToolCalls) CreateAgentInstanceCommandImpl.requestTimeout(Duration requestTimeout) CreateAgentInstanceCommandImpl.systemPrompt(String systemPrompt)