Package io.camunda.client.protocol.rest
Class AgentInstanceDefinition
java.lang.Object
io.camunda.client.protocol.rest.AgentInstanceDefinition
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AgentInstanceDefinition
extends Object
The static definition of an agent instance, set once at creation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetModel()The LLM model identifier (for example, gpt-4o).The LLM provider (for example, openai or anthropic).The system prompt configured for this agent instance.inthashCode()voidvoidsetProvider(String provider) voidsetSystemPrompt(String systemPrompt) systemPrompt(String systemPrompt) toString()
-
Field Details
-
JSON_PROPERTY_MODEL
- See Also:
-
JSON_PROPERTY_PROVIDER
- See Also:
-
JSON_PROPERTY_SYSTEM_PROMPT
- See Also:
-
-
Constructor Details
-
AgentInstanceDefinition
public AgentInstanceDefinition()
-
-
Method Details
-
model
-
getModel
The LLM model identifier (for example, gpt-4o).- Returns:
- model
-
setModel
-
provider
-
getProvider
The LLM provider (for example, openai or anthropic).- Returns:
- provider
-
setProvider
-
systemPrompt
-
getSystemPrompt
The system prompt configured for this agent instance.- Returns:
- systemPrompt
-
setSystemPrompt
-
equals
-
hashCode
public int hashCode() -
toString
-