ToT GPT

TOT GPT
Another commands that caters actions that is configurable without doing coding.
Outline
- UI
- Configuration
- REST API
UI
- A sidebar contains list of commands available
- By default it will always have Knowledge Based, everything else will be retrieve from Configuration Sheet
- An action to sidebar when selected will default to corresponding commands it contains, for example Knowledge Based will have kb:answer
- Everything else will have mygpt:ask --name action
- Inputting in the chatbox will use that corresponding command as base and will connect your input message from it
- Custom commands like kb:match, help will work still.
- Can Send URL enclosed in quotes, supported links Trello, Freescout
Configuration
- Link
- By default will have mygpt:ask sheet
- It will contains all available MyGPT commands
- Can edit, remove or add actions as longs it follows the columns provided
- Columns:
- label - Title that will be shown in the sidebar
- id - identification, just provide this one
- description - helptext when hovering the title in sidebar
- action - the action that will be use by the bot
- prompt - instruction whenever an input is provided
- model - model of OPENAI, optional
- active - TRUE / FALSE , determines wheter to display or not in sidebar
- system - base prompt or instruction, persona like
REST API
- Link
- Exposing POST and GET Method to use Mygpt:ask externally via REST
- Please the collection for examples



