KnowledgeBaseCreateOrUpdateContent type

지식 베이스를 생성하거나 업데이트할 때 제공되는 작성 가능한 속성들입니다.

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