Chris Ray Gill
Chris Ray Gill
**Describe the bug** When I'm using VSCode's Integrated Terminal, I often cannot cancel out of a `genkit start` command. I get these `^C` characters instead. It doesn't happen outside of...
**Is your feature request related to a problem? Please describe.** Current syntax to call flows does not feel ergonomic `const response = await runFlow(menuSuggestionFlow, "French");`. Flows are just special functions,...
Generating structured output is a core value of Genkit and is currently not documented in the [generate content](https://firebase.google.com/docs/genkit/models) docs. Example: ```js import { generate } from "@genkit-ai/ai"; import { gemini15Flash...
Currently, our Get started guide uses `genkit init` to set up a new Genkit project from scratch, but I think this is too magical. We should show that it's extremely...
The [docs](https://firebase.google.com/docs/genkit/models) say that the way to handle streamed output from `generateStream` is as follows: ``` import { generateStream } from "@genkit-ai/ai"; import { GenerateResponseChunk } from "@genkit-ai/ai/lib/generate"; const llmResponseStream...
This PR adds the necessary changes to create platform-specific executable binaries of the Genkit CLI in addition to the npm tool package.
Adds a global language selector to the docs navigation and filters the docs navigation column content in CSS based on selected language so that only relevant pages are displayed -...
Removes the migration guides for Genkit 0.5 to 0.9 and 0.9 to 1.0 as they are no longer relevant.