KnowledgeBaseCreateOrUpdateContent type
The writable properties supplied when creating or updating a KnowledgeBase.
type KnowledgeBaseCreateOrUpdateContent = Pick<
KnowledgeBase,
"storageAssetReferences" | "tags" | "description" | "copilotInstruction"
>