KnowledgeBaseCreateOrUpdateContent type

Le proprietà scrivibili fornite durante la creazione o l'aggiornamento di una KnowledgeBase.

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