IHubAssistantWorkflowResponse

Interface

Interface representing a Hub Assistant Workflow response.

Properties

Property Type Notes
text string

Assistant response.

actions Optional Array<Record<stringstring>>

Optional actions to perform after the response.

sources Optional Array<Record<stringstring>>

Optional sources to include in the response.


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