Package io.camunda.client.api.command
Interface CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep3
- All Known Subinterfaces:
CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5
- All Known Implementing Classes:
CreateAgentInstanceCommandImpl
- Enclosing interface:
CreateAgentInstanceCommandStep1
public static interface CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep3
-
Method Summary
Modifier and TypeMethodDescriptionSets the LLM provider for the agent instance.
-
Method Details
-
provider
Sets the LLM provider for the agent instance.- Parameters:
provider- the provider name (for example, openai). Must not be null or empty.- Returns:
- this builder for method chaining
-