Dima Ivashchuk

Results 77 comments of Dima Ivashchuk

Given all the confusion with regard to page transitions and `gatsby-plugin-layout` I've decided to write a short blog post where I covered all the possible bugs and how to solve...

few days seems more than reasonable! I am not 100% bound to this right now, so can wait. Is there maybe a way to achieve what I want in a...

@lgrammel I saw there was an example of annotations that might be of use here. My use-case is that when there is a specific message response(with some metadata) I want...

@lgrammel thanks a lot for the example! makes sense. Anecdotally the best docs I could find yesterday was your announcement tweet of streamData feature 🙈 that's what I tried yesterday:...

Might need to call LLM in tool results, but so far for this use case if I get return `{role:"tool",{input:"email",message:"Please provide your email"}}` it would be more than enough. Bonus...

hey @lgrammel, did you manage to release it in a form that we discussed? I see a related PR merged, but not sure if all the work has been done....

well, we can try to figure it out together :D I am thinking that agents could serve as a router of a sort in the chat, e.g. when ai should...

unrelated question to the above but still in the domain of tool calling. when I call a tool, on the frontend I now have access to the result, but in...

I think this might not be so relevant anymore as we throw errors on timeouts. At least I've never experienced a broken storybook resulting in never ending run lately 😀

Thanks for reporting @dmitrc! mind creating a PR to fix this?