Yoshiki Miura

Results 130 comments of Yoshiki Miura

The Azure OpenAI Provider is currently not included in the AI Core Provider, so a custom provider needs to be implemented: https://sdk.vercel.ai/docs/ai-core/custom-provider There is also a possibility that it’ll be...

https://sdk.vercel.ai/docs/ai-core The ai core provider is not supported.

Groq's speed is attractive. Previously, I tried Groq because it has an OpenAI-compatible API, but I gave up on it due to an error occurring midway. Either Groq's compatibility needs...

We cannot support parts that require tool calling and JSON output, but I 've made it possible to specify Groq for the final output. https://github.com/miurla/morphic/pull/58

Nice try. The error is being thrown from here: https://github.com/vercel/ai/blob/f18361836651bd83774a1aa1f7488ab47667a1f6/packages/core/core/generate-object/stream-object.ts#L204-L206 It seems like the generation of the Object is failing. Since Researcher generates Text, please test if it works without...

> Gemini does not support forced function calling yet (streamObject). https://github.com/vercel/ai/issues/1343#issuecomment-2055778452

There seems to have been an issue with Next.js 14.2.0 on Windows: https://github.com/vercel/next.js/issues/64371 It has been reported that the issue is resolved in Next.js 14.2.1 I have deployed a version...

Access granted. Thank you for your support. It seems that this might be related to the following issue as well: https://github.com/miurla/morphic/pull/5#issuecomment-2046767332

Thank you. That's great content. Currently, there is no foundation for building plugins. As an entry point, since Agents have tools, adding tools would allow for functions beyond search. However,...

Due to the need for tool calling and JSON output in some parts, it is not possible to replace everything at the moment. However, we have made it possible to...