chatkit-node-backend-sdk / FileTask
Interface: FileTask
Defined in: src/types/workflow.ts:51
Workflow task referencing file sources.
Extends
BaseTask
Properties
status_indicator?
optionalstatus_indicator:"none"|"loading"|"complete"
Defined in: src/types/workflow.ts:15
Only used when rendering the task as part of a workflow. Indicates the status of the task.
Inherited from
BaseTask.status_indicator
type
type:
"file"
Defined in: src/types/workflow.ts:52
title?
optionaltitle:null|string
Defined in: src/types/workflow.ts:53
sources
sources:
FileSource[]
Defined in: src/types/workflow.ts:54