-
This assumes that Genkit has been instanced (https://github.com/firebase/genkit/issues/1230) and some options like model can be passed through to primitives defined within.
```go
ctx := context.Ba…
-
**Describe the bug**
By initializing the project with `npx genkit`, it can be successful executed in version 0.5.x, but it shows "could not determine executable to run" in the latest 0.9.0 version.…
-
Context: https://discord.com/channels/1255578482214305893/1309139828310540369
Here's a simple repro for OpenAI:
```ts
import { genkit, z } from 'genkit';
import { gpt4o, openAI } from 'genkitx…
-
**Is your feature request related to a problem? Please describe.**
Currently the anthropic plugin is supporting version: claude-3-5-sonnet-20240620. It should be updated to support the latest October…
-
We got some feedback through the Genkit survey that this was missing.
See also Open AI docs: https://platform.openai.com/docs/guides/structured-outputs
-
**Describe the bug**
Running a simple flow in Next.js (in a test) it complained about missing `uuid`.
I'm not 100% this is a genkit issue, but my flow was just this:
```typescript
import { z…
-
**Describe the bug**
node:internal/modules/esm/resolve:254
throw new ERR_UNSUPPORTED_DIR_IMPORT(path, fileURLToPath(base), String(resolved));
^
Error [ERR_UNSUPPORTED_DIR_IMPORT]: …
-
**Describe the bug**
Using the example in the docs for multimodal, I get this error:
```
Must supply a `contentType` when sending File URIs to Gemini.
Error: Must supply a `contentType` when s…
-
**Describe the bug**
I have configured Genkit to be working with Cloud Functions using the onFlow wrapper. When running a flow from Genkit Tools UI I receive the following error:
`Cannot destructure…
-
Considerations
- By default, we always show Models, Flows and Prompts - as these are key building blocks of genkit
- TBD - If Empty (i.e. all menu items have `(0)`), show them all?
Copy:
"View…