Interface MultiAgentInstruction.Builder

  • Method Details

    • instruction

      MultiAgentInstruction.Builder instruction(String instruction)

      The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.

      Parameters:
      instruction - The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.

      Parameters:
      examples - Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      MultiAgentInstruction.Builder examples(String... examples)

      Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.

      Parameters:
      examples - Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.