IHubAssistant

Interface

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
enabled boolean

Enable this assistant.

examplePrompts string[]

Example prompts to display to the user.

personality string

Personality for the assistant.

schemaVersion number

Schema version for the assistant.

testPrompts string[]

Test prompts for the assistant.

workflows IHubAssistantWorkflow[]

Workflows for the assistant.


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