camwest

Results 11 comments of camwest

Looks like https://github.com/commitizen/cz-cli/commit/a538dceddf829b7ca4313fe137afdf1b33587384 broke the build. The upgrade to inquirer change it's API. In 0.12.0 inquirer the interface was ``` typescript function prompt(questions: any[], callback: (answers: any) => void)) ```...

See https://github.com/commitizen/cz-conventional-changelog/pull/18 for proposed fix.

https://github.com/commitizen/cz-cli/pull/206 needs to be merged before the fix will be taken.

I honestly forget. Can you look in the "advanced" example to see if it's being utilized? If you want to redesign this bit can you update the example?

@maxkostow I'd be happy to accept PRs on this, but I don't have the bandwidth to figure it out myself at the moment.

It looks like there are some issues with React 16. If you want to submit a PR it would be appreciated!

I think if you look at the HTML 5 spec they have an interesting way of handling this. You can have different insertion modes where character tokens are handled differently....

Awesome thanks! I'll show you what I did: I created a new AssistantResponse class ```typescript import { AssistantMessage, DataMessage, formatStreamPart } from "ai"; import { AssistantStream } from "openai/lib/AssistantStream"; import...

FYI This happens when I try to submit a message via the UI

Unsure if this is related or not: ![CleanShot 2024-05-08 at 10 48 33@2x](https://github.com/vercel/ai/assets/22905/645de2b0-4a27-4e34-980e-4133e09fbd43) `export const AI` is typed as `any` instead of AIProvider. Not sure if this is related.