Interface MultiAgentInstruction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MultiAgentInstruction.Builder,,MultiAgentInstruction> SdkBuilder<MultiAgentInstruction.Builder,,MultiAgentInstruction> SdkPojo
- Enclosing class:
MultiAgentInstruction
@Mutable
@NotThreadSafe
public static interface MultiAgentInstruction.Builder
extends SdkPojo, CopyableBuilder<MultiAgentInstruction.Builder,MultiAgentInstruction>
-
Method Summary
Modifier and TypeMethodDescriptionExample interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.examples(Collection<String> examples) Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.instruction(String instruction) The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-