Interface AgentTurnSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AgentTurnSpecification.Builder,AgentTurnSpecification>, SdkBuilder<AgentTurnSpecification.Builder,AgentTurnSpecification>, SdkPojo
Enclosing class:
AgentTurnSpecification

public static interface AgentTurnSpecification.Builder extends SdkPojo, CopyableBuilder<AgentTurnSpecification.Builder,AgentTurnSpecification>
  • Method Details

    • agentPrompt

      AgentTurnSpecification.Builder agentPrompt(String agentPrompt)

      The agent prompt for the agent turn in a test set.

      Parameters:
      agentPrompt - The agent prompt for the agent turn in a test set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.