Disassociate Agent Knowledge Base
bedrockagent_disassociate_agent_knowledge_base | R Documentation |
Disassociates a knowledge base from an agent¶
Description¶
Disassociates a knowledge base from an agent.
Usage¶
bedrockagent_disassociate_agent_knowledge_base(agentId, agentVersion,
knowledgeBaseId)
Arguments¶
agentId |
[required] The unique identifier of the agent from which to disassociate the knowledge base. |
agentVersion |
[required] The version of the agent from which to disassociate the knowledge base. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base to disassociate. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_agent_knowledge_base(
agentId = "string",
agentVersion = "string",
knowledgeBaseId = "string"
)