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