Max Leiter
Max Leiter
``` 'use client' import { Message } from 'ai/react' import { useChat } from 'ai/react' import { ChatRequest, FunctionCallHandler, nanoid } from 'ai' export default function Chat() { const functionCallHandler:...
Can you share more about your system? Your operating system and node version (`node -v`) would be helpful.
Are you also on windows @oayandosu?
We need to write a contributing guide, but I run `pnpm build` in `packages/core`, then modify the package.json of an example to `"ai": "workspace:*"` to have it use the local...
I believe its known that Azure streams in larger chunks than OpenAI. Maybe we can provide a utility here, but the best solution is for your client to not rely...
I'm closing this issue as it seems pretty obvious this isn't an AI SDK issue. Thank you all for the feedback and the investigation!
@parthematics actions inherit runtime configurations from the page/layout they're called from (this is because they're ultimately in the same bundle on the server). See https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config
Thanks @devjiwonchoi. Can you also bump the lockfile with `pnpm i` from the root?
Thanks for the issue, can you please share more information like your next.js and node.js versions? The demo works fine for me.
If you have a solution for supporting other libraries without sacrificing (too much of) the current DX then we might be able to ship it. As it is, zod should...