Package io.camunda.client.api.command
Interface CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep4
- All Known Subinterfaces:
CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep5
- All Known Implementing Classes:
CreateAgentInstanceCommandImpl
- Enclosing interface:
CreateAgentInstanceCommandStep1
public static interface CreateAgentInstanceCommandStep1.CreateAgentInstanceCommandStep4
-
Method Summary
Modifier and TypeMethodDescriptionsystemPrompt(String systemPrompt) Sets the system prompt for the agent instance.
-
Method Details
-
systemPrompt
Sets the system prompt for the agent instance.- Parameters:
systemPrompt- the system prompt text. Must not be null or empty.- Returns:
- this builder for method chaining
-