Class AgentsModel.Agent

Enclosing class:
AgentsModel

public static class AgentsModel.Agent extends DotPrompt
  • Field Details

    • description

      public @Nullable String description
      One-line description of the agent's capability. The model uses this to determine whether to delegate control to the agent.
    • instruction

      public @Nullable String instruction
      Instruction; see schema for full description.
  • Constructor Details