Lars Grammel

Results 105 comments of Lars Grammel

`v1.135.0` supports moving object properties: ![action-move-object-property](https://user-images.githubusercontent.com/205036/183244995-2c0e4a8f-dedd-4510-a74e-284ed30dd635.gif)

`v1.136` supports moving class members: ![action-move-class-member](https://user-images.githubusercontent.com/205036/183308195-43b180d1-50eb-4739-a96e-0d50a10bac03.gif)

> Nice work!! > > Top level declarations would also be super nice, as I often reorder classes to clean-up code. Thanks! Top-level declarations should be moveable in `v1.136.1` -...

@stephenkalnoske-sans which docs page were you looking at?

@miurla can you try `export const dynamic = 'force-dynamic'`? (edge might not be needed) CC @shuding re RSC

`Forcing the model to call a specific tool constantly and ensuring the tool is called every time.` Please check out `generateObject` and `streamObject`: https://sdk.vercel.ai/docs/ai-sdk-core/generating-structured-data Would they work for your use...

## Solutions - if you use `useChat` or `useCompletion`, it will continue to work. If you see issues, it's most likely caused by a mismatch of the client and server...

I see. We have switched to a new protocol that supports different types of messages (tool calls, etc). This provides the foundation to robustly support richer LLM functionality such as...

I agree. This was not intended to be a breaking change. StreamingTextResponse is meant to be used by useChat/useCompletion, and your use case unfortunately is outside the envisioned use. Because...

There is no documentation yet other than the code. It was intended to be internal - so pinning the version will be important if you use it. Given your use...