Builder
Properties
A list of action groups with each action group defining the action the inline agent needs to carry out.
Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response. The inline collaborator agent can also be the supervisor.
Model settings for the request.
Settings for an inline agent collaborator called with InvokeInlineAgent.
List of collaborator inline agents.
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key to use to encrypt your inline agent.
Contains details of the custom orchestration configured for the agent.
Specifies whether to turn on the trace or not to track the agent's reasoning process. For more information, see Using trace.
Specifies whether to end the session with the inline agent or not.
The model identifier (ID) of the model to use for orchestration by the inline agent. For example, meta.llama3-1-70b-instruct-v1:0
.
The guardrails to assign to the inline agent.
The number of seconds for which the inline agent should maintain session information. After this time expires, the subsequent InvokeInlineAgent
request begins a new session.
Parameters that specify the various attributes of a sessions. You can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group. For more information, see Control session context.
The instructions that tell the inline agent what it should do and how it should interact with users.
Contains information of the knowledge bases to associate with.
Specifies the type of orchestration strategy for the agent. This is set to DEFAULT orchestration type, by default.
Specifies parameters that control how the service populates the agent prompt for an InvokeInlineAgent
request. You can control which aspects of previous invocations in the same agent session the service uses to populate the agent prompt. This gives you more granular control over the contextual history that is used to process the current request.
Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the inline agent.
Specifies the configurations for streaming.
Functions
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.InlineBedrockModelConfigurations inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.CustomOrchestration inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.GuardrailConfigurationWithArn inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.InlineSessionState inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.PromptCreationConfigurations inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.PromptOverrideConfiguration inside the given block
construct an aws.sdk.kotlin.services.bedrockagentruntime.model.StreamingConfigurations inside the given block