View source: R/bedrockagent_operations.R
bedrockagent_update_agent | R Documentation |
Updates the configuration of an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent/ for full documentation.
bedrockagent_update_agent(
agentCollaboration = NULL,
agentId,
agentName,
agentResourceRoleArn,
customOrchestration = NULL,
customerEncryptionKeyArn = NULL,
description = NULL,
foundationModel,
guardrailConfiguration = NULL,
idleSessionTTLInSeconds = NULL,
instruction = NULL,
memoryConfiguration = NULL,
orchestrationType = NULL,
promptOverrideConfiguration = NULL
)
agentCollaboration |
The agent's collaboration role. |
agentId |
[required] The unique identifier of the agent. |
agentName |
[required] Specifies a new name for the agent. |
agentResourceRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent. |
customOrchestration |
Contains details of the custom orchestration configured for the agent. |
customerEncryptionKeyArn |
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent. |
description |
Specifies a new description of the agent. |
foundationModel |
[required] The identifier for the model that you want to be used for orchestration by the agent you create. The
|
guardrailConfiguration |
The unique Guardrail configuration assigned to the agent when it is updated. |
idleSessionTTLInSeconds |
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout. |
instruction |
Specifies new instructions that tell the agent what it should do and how it should interact with users. |
memoryConfiguration |
Specifies the new memory configuration for the agent. |
orchestrationType |
Specifies the type of orchestration strategy for the agent. This is set
to |
promptOverrideConfiguration |
Contains configurations to override prompts in different parts of an agent sequence. For more information, see Advanced prompts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.