Aram
Aram
I set same "jest-expo" version from package.json file into app.json "sdkVersion". Problem solved!
No problem, thanks for that!
Hi Daniel, Thanks for the update and let me know if I can assist in any way as an armenian language speaker. On Fri, Oct 28, 2022 at 10:46 Daniel...
Hi @danielsaidi I've looked into your changes and added some feedback. about `hy` and `hy_AM`. According to [loc.gov](https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=hy) it's `hy` but `hy_AM` is also widespread over the internet for some...
@jassmith, could please review this?
> [@aramvr](https://github.com/aramvr) you can configure it using `tool_choice` property toolChoice is for controlling which tool should be called. function_calling_config will enable or disable parallel tool calls.
For me, this happens when I stop/abort the request in the middle of reasoning and just add a new message in the chat. easily can be reproduced in [ai-sdk-reasoning-starter]( https://github.com/vercel-labs/ai-sdk-reasoning-starter)....
I don’t get why this issue isn’t treated with more urgency. Can someone from the Vercel team explain: - Why does this happen? - What’s blocking the fix? - Is...
I'm using this for the Vercel gateway; the error throws on the Anthropic client. so changing the import from `@posthog/ai` to `@posthog/ai/vercel` fixed it for me. ``` import { withTracing...