IHubAssistant
Interface representing a Hub Assistant. This interface defines the structure of an assistant in the hub, including its properties and workflows.
Properties
Property | Type | Notes |
---|---|---|
boolean |
Enable this assistant. |
|
string[] |
Example prompts to display to the user. |
|
string |
Personality for the assistant. |
|
number |
Schema version for the assistant. |
|
string[] |
Test prompts for the assistant. |
|
IHubAssistantWorkflow[] |
Workflows for the assistant. |
Interface defined in common/src/assistants/IHubAssistant.ts:5