Interface CustomPromptInputParameters.Builder

  • Method Details

    • responseLength

      CustomPromptInputParameters.Builder responseLength(String responseLength)

      Instructions for the desired response length.

      Parameters:
      responseLength - Instructions for the desired response length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputStyle

      CustomPromptInputParameters.Builder outputStyle(String outputStyle)

      Instructions for the desired output style.

      Parameters:
      outputStyle - Instructions for the desired output style.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identity

      Instructions that define the agent's identity and persona.

      Parameters:
      identity - Instructions that define the agent's identity and persona.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tone

      Instructions for the desired tone of responses.

      Parameters:
      tone - Instructions for the desired tone of responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customInstructions

      CustomPromptInputParameters.Builder customInstructions(String customInstructions)

      Custom instructions for the agent's behavior.

      Parameters:
      customInstructions - Custom instructions for the agent's behavior.
      Returns:
      Returns a reference to this object so that method calls can be chained together.