Added support for configurable conversation history limits through bot configuration. The bot now reads 'prompt-history' from config (defaulting to -1 for unlimited) and trims the conversation history accordingly before generating prompts. Updated announcements bot template to use history limit of 2 messages instead of the previous compact setting.
113 B
113 B
| 1 | name | value |
|---|---|---|
| 2 | prompt-history | 2 |
| 3 | theme-color1 | green |
| 4 | theme-color2 | yellow |
| 5 | custom-logo-url | https://example.com/logo.png |