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
)
[required] The unique identifier of the agent associated with the knowledge base that you want to update.
[required] The version of the agent associated with the knowledge base that you want to update.
Specifies a new description for the knowledge base associated with an agent.
[required] The unique identifier of the knowledge base that has been associated with an agent.
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.