A Bot helping you use EnConvo. This extension provides an AI-powered assistant to help users better understand and utilize EnConvo features.
- Interactive chat-based assistance
- Built-in recommended prompts for common questions
- Integrated knowledge base support
- Customizable preferences
npm install
# Run in development mode
npm run dev
# Build the extension
npm run build
# Publish the extension
npm run publish
lint
: Run ESLint for code lintinglint:fix
: Fix linting issues automaticallyformat
: Format code using Prettierformat:check
: Check code formattingbuild
: Build the extension using enconvodev
: Run in development modepublish
: Publish the extension
-
Recommended Prompts
- Type: JSON
- Default prompts:
- "What features does EnConvo have?"
- "How to use EnConvo?"
- "What is Providers?"
-
Attached Knowledge Base
- Integrated knowledge base support
- Default knowledge base included
-
Force Use Knowledge Base
- Option to force using knowledge base when answering queries
- Enabled by default
- @enconvo/api: ^0.1.149
- @types/node: ^22.10.2
- @types/react: 19.0.1
- eslint: ^9.17.0
- prettier: ^3.4.2
- tsup: ^8.3.5
- typescript: ^5.7.2
MIT
EnconvoAI