Interface AgentInstance.Definition

Enclosing interface:
AgentInstance

public static interface AgentInstance.Definition
Static definition of the agent, set once at creation time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the LLM model identifier (e.g.
    Returns the LLM provider (e.g.
    Returns the system prompt configured for this agent instance.
  • Method Details

    • getModel

      String getModel()
      Returns the LLM model identifier (e.g. gpt-4o).
    • getProvider

      String getProvider()
      Returns the LLM provider (e.g. openai or anthropic).
    • getSystemPrompt

      String getSystemPrompt()
      Returns the system prompt configured for this agent instance.