Values.UpdateAgentKnowledgeBaseRequestSourceUpdates the configuration for a knowledge base that has been associated with an agent.
type nonrec t = {agentId : Id.t;The unique identifier of the agent associated with the knowledge base that you want to update.
*)agentVersion : DraftVersion.t;The version of the agent associated with the knowledge base that you want to update.
*)knowledgeBaseId : Id.t;The unique identifier of the knowledge base that has been associated with an agent.
*)description : Description.t option;Specifies a new description for the knowledge base associated with an agent.
*)knowledgeBaseState : KnowledgeBaseState.t option;Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
*)}val make :
?description:??? ->
?knowledgeBaseState:??? ->
agentId:Id.t ->
agentVersion:DraftVersion.t ->
knowledgeBaseId:Id.t ->
unit ->
t