Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / FileSource

Interface: FileSource

Defined in: src/types/sources.ts:18

Source metadata for file-based references.

Extends

  • SourceBase

Properties

title

title: string

Defined in: src/types/sources.ts:9

Inherited from

SourceBase.title


description?

optional description: null | string

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

Inherited from

SourceBase.description


timestamp?

optional timestamp: null | string

Defined in: src/types/sources.ts:11

Inherited from

SourceBase.timestamp


group?

optional group: null | string

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

Inherited from

SourceBase.group


type

type: "file"

Defined in: src/types/sources.ts:19


filename

filename: string

Defined in: src/types/sources.ts:20