Martin Datsev

Results 5 issues of Martin Datsev

I am getting undefined when calling `getChat`, but if I call `getInputChat` first then `getChat` returns an entity. So what is the difference between those two methods, and when should...

HTML in the page: ```html test123 ``` HTML generated by SnappySnippet: ```html test123 ```

In some cases client.end() silently exits the node process without any error messages. Could be related to #2691 and #2272, but in those cases, it's a query on an unconnected...

`handleLLMStart`'s prompts parameter is currently a stringified representation of the actual messages being sent to the LLM, which makes it difficult to use. Currently the only way to handle the...

When the time lands on values that are close (but not exactly equal) to a multiple of the duration of a tween, the onRepeat call will not be called. Here...