Robin Delattre

Results 27 comments of Robin Delattre

> So your idea is to have a way to skip RAG processing at all, isn't it? Uhm, maybe it wolud be better achieved putting the check if `str_contains($this->systemMessageTemplate, '{context}')`...

Can you confirm me it's OK before I do a better PR to cover stream & cie ? Thanks.

Or directly in question answering via lastMessageSystemWithContext : ```php

I get the same bug. I test the patch from @Kobo-one and it's worked for me. So, if we use Alpine.js in a live component, it could be buggy actually....

I patch this bug a dirty way by focusing the link input during renderActions : ``` setTimeout(() => this.nodes.input.focus(), 0) ```

I dig a little bit more, the bug come from the update of `this.nodes.input.value` on checkState. It's related to [selectionchange's listener](https://github.com/codex-team/editor.js/blob/next/src/components/modules/ui.ts#L356) I can't find a way to stop propagation from...