genkit icon indicating copy to clipboard operation
genkit copied to clipboard

Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google

Results 535 genkit issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** How can I control the safety settings of a vertex ai model in a dotprompt file? I was trying gemini-1.5-flash...

enhancement

When typing in the JSON input of the prompt playground, the screen gradually scrolls down eventually making the input off-screen.

bug
tooling

You could argue that the Milliseconds type is closely related to the tracing output format. So move the type into core/tracing and remove the gtime package.

Summary of changes: - Flattened input schemas so the dev UI can auto-fill values for required fields. - Made `Part` fields exported because `inferJSONSchema` wasn't generating schema for them correctly...

**Is your feature request related to a problem? Please describe.** I have a requirement to embed non English text, but at the moment i can only access textEmbeddingGecko through, `import...

enhancement

```sh ❯ genkit init ? Select the deployment platform: Firebase ? Select the deployment platform: Node.js ? Select the model provider: Google AI ? Select the model provider: Ollama (e.g....

bug
js

Checklist (if applicable): - [x] Tested (manually, unit tested, etc.)

For example in your client web app (angular, etc) you can do this: ```js import { streamFlow } from '@genkit-ai/flow/client'; const response = streamFlow({ url: 'https://my-flow-deployed-url', input: 'foo', }); for...

Not pretty, but functional... ![image](https://github.com/firebase/genkit/assets/774654/d996abda-cfad-4407-aaf0-496bc5d9c767)