IHubAssistantWorkflow

Interface

Interface representing a Hub Assistant Workflow.

Properties

Property Type Notes
action "search" | "respond"

Action to be performed in the workflow. This can be "search", or "respond".

description string

Description of the workflow.

key string

Unique key for the workflow. This is used to reference the workflow in the configuration list field.

label string

Label of the workflow.

response string

Assistant response.

sources string[]

Data sources to be used in the workflow.


Interface defined in common/src/assistants/IHubAssistant.ts:40