DocsPreviewPreview (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
    • Provider
    • Bot
    • Conversation
    • Conversation Types
    • Keyboard Shortcuts
  • Self Deploy
    • Running on Vercel
    • Running on Netlify
    • Running on Railway
    • Running on Docker
  • Preview (opens in a new tab)
  • Introduction
    • Provider
    • Bot
    • Conversation
    • Conversation Types
    • Keyboard Shortcuts
  • Self Deploy
    • Running on Vercel
    • Running on Netlify
    • Running on Railway
    • Running on Docker
Question? Give us feedback → (opens in a new tab)Edit this page
Concepts
Bot

Bot

Bot is responsible for the specific logic from input to output. It receives incoming prompts from the user, then initiates a request or local computation to get a response, and finally returns the result.

Each Bot must declare a specific conversation type.

ProviderConversation