Skip to content

Interface: CreateCollectionRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Collections / CreateCollectionRequest

Interface: CreateCollectionRequest

Defined in: src/types/collections.ts:30

Request to create a collection.

Properties

description?

optional description: string | null

Defined in: src/types/collections.ts:34

Optional description.


path

path: string

Defined in: src/types/collections.ts:32

Collection path (e.g., “/documents/reports/2024”).


tags

tags: string[]

Defined in: src/types/collections.ts:36

Tags for categorization.