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?
optionaldescription:null|string
Defined in: src/types/sources.ts:10
Inherited from
SourceBase.description
timestamp?
optionaltimestamp:null|string
Defined in: src/types/sources.ts:11
Inherited from
SourceBase.timestamp
group?
optionalgroup: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