Chris Ray Gill

Results 19 comments of Chris Ray Gill

If this was fixed in Go, do we already know the solution for JS? @pavelgj

I generally like it - but a few questions: **1. Streaming with `generateX`** `streamGenerate()` today is `generateStream()`. Do to mean to change that, or just an oversight? Otherwise: `ai.streamGenerate()` -->...

## Generate API Let's go over a few potential options for the `generate` APIs. Do you have a favorite? On a related note, it's not clear to me why `result.text()`...

```js // for single-turn, use generate const {text} = await ai.generate("Tell me a story."); const {data} = await ai.generate({ prompt: "Generate a fake person.", output: {schema: z.object({name: z.string(), age: z.number()}}...

Hi @RehanSaeed, I think this is a great idea, but there would be some complications I can think of. When you pack a package with a README and repo URL,...

@huangjeff5 anything further work needed here?

@pavelgj `@genkit-ai/dev-local-vectorstore` be included in the new `genkit` metapackage?

@lyndaidaii any update regarding making banners dismissible? Looks like we are making increasing use of banners on NuGet.org, so I feel this is work that should be prioritized sooner rather...