Values.DisassociateAgentKnowledgeBaseRequestSourceDisassociates a knowledge base from an agent.
type nonrec t = {agentId : Id.t;The unique identifier of the agent from which to disassociate the knowledge base.
*)agentVersion : DraftVersion.t;The version of the agent from which to disassociate the knowledge base.
*)knowledgeBaseId : Id.t;The unique identifier of the knowledge base to disassociate.
*)}