Yuta Kobayashi

Results 8 comments of Yuta Kobayashi

Hello @SunriseB! I have a few ideas. There's a project called CreatiCode Scratch that provided inspiration for creating this project. It seems that this project tunes the prompts so that...

@SunriseB I'm honored that you have reached out to me! By the way, in this blockly-bot project, there is a feature where AI can generate blocks and preview those blocks...

It would be nice to be able to return to the client not only the response message but also the result of the function Calling. This would allow for a...

@Zakinator123 This is great! For example, would it be possible to access the weather API when get_current_weather is called and implement our own weather UI based on the response? If...

I found a related workaround: https://twitter.com/yusukebe/status/1760527881019719985

I found an RSS Feed that I can access from my browser, but even this gives me a 403 forbiden if I go through got... https://openai.com/news/rss.xml

Hono also runs in Node.js, but the core is web-standard and optimized for the Edge environment. Recently, Hono maintainers created an Example: https://github.com/yusukebe/hono-with-vercel-ai

this is an issue with `@asteasolutions/zod-to-openapi`. The maintainer has also suggested a similar workaround in the discussion. For now, I think using `zod-to-json-schema` is the best option. https://github.com/asteasolutions/zod-to-openapi/issues/255#issuecomment-2348084101