Skip to content

Interface: CreateCollectionRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Collections / CreateCollectionRequest

Interface: CreateCollectionRequest

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

Request to create a collection.

Properties

description?

optional description: string | null

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

Optional description.


path

path: string

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

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


tags

tags: string[]

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

Tags for categorization.