databerry icon indicating copy to clipboard operation
databerry copied to clipboard

The no-code platform for building custom LLM Agents

Results 131 databerry issues
Sort by recently updated
recently updated
newest added

I recently had the opportunity to introduce chaindesk to several people at the Gitex exhibition in Dubai. However, a recurring feedback was that the users of these companies primarily speak...

I've encountered a couple of issues on the standalone page that I'd like to bring to your attention. 1. **ID Interference:** - There seems to be a bug where the...

const ({ messages: HumanMessage[], maxTokens: number}) => { const nbToken = countTokens({text: messgage.te}) if (counter >= maxTokens) { // } return messagesTruncated.reverse() }

Add tab filters to /logs page - [x] Human Requested | Unread | Unresolved | All - [x] Operator can update conversation status (resolved | unresolved) from a button at...

The `nanoid` package should be set to 3.x release instead of 4.x. [The 4.0 release](https://stackoverflow.com/questions/72597602/nanoid4-in-codecept-error-err-require-esm-require-of-es-module) is not commonjs compatible. This incompatibility produces cryptic errors which give no indication of underlying...

Add filters to log page - filter conversations that contains negative feedbacks - filter conversations that contains positive feedbacks - Re-use from Datasource table fitlers ![Image](https://github.com/gmpetrov/databerry/assets/4693180/e499ea2e-9829-44e8-a06a-a0544c56b79e)

It could be very good to add a feature that allows users to change the font of the agent and the appearance of the iframe or widget to something they...

Ability to mark a conversation as resolved - add a new property to the conversation model status (enum) - create ConverstationStatus enum (unresolved, resolved) - add button "Mark as resolved"...