View source: R/bedrockagent_operations.R
bedrockagent_update_agent_knowledge_base | R Documentation |
Updates the configuration for a knowledge base that has been associated with an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_knowledge_base/ for full documentation.
bedrockagent_update_agent_knowledge_base(
agentId,
agentVersion,
description = NULL,
knowledgeBaseId,
knowledgeBaseState = NULL
)
agentId |
[required] The unique identifier of the agent associated with the knowledge base that you want to update. |
agentVersion |
[required] The version of the agent associated with the knowledge base that you want to update. |
description |
Specifies a new description for the knowledge base associated with an agent. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base that has been associated with an agent. |
knowledgeBaseState |
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.