KnowledgeBaseCreateOrUpdateContent type

Właściwości zapisu dostarczane podczas tworzenia lub aktualizacji KnowledgeBase.

type KnowledgeBaseCreateOrUpdateContent = Pick<
  KnowledgeBase,
  "storageAssetReferences" | "tags" | "description" | "copilotInstruction"
>