-
I was using Genkit 0.5 and everything was working correctly. Then I migrated to Genkit 0.9 following the guide at https://firebase.google.com/docs/genkit/migrating-from-0.5 and the UI doesn't seem to …
-
A piece of feedback i've seen repeated several times. This isn't a nice developer experience:
![image](https://github.com/firebase/genkit/assets/32874567/1334422c-bdbd-417a-b1ac-1e34c8e4f4cd)
My…
-
**Describe the bug**
Schemas in dotprompt managed prompts don't propagate through to typescript. Input and output types are 'unknown'.
**To Reproduce**
* Definte a dotprompt file with input &…
-
![image](https://github.com/user-attachments/assets/1902c0bf-ce6f-4c05-b555-3ea09c0b75ce)
yeah so this screenshot shows theres an error, and
![image](https://github.com/user-attachments/assets/…
-
The prompt config can contain a configured model. We should coalesce the two options. See also #337.
-
Plugin migration guide:
Update deps:
Before:
```json
"dependencies": {
...
"zod": "^3.23.8"
},
"peerDependencies": {
"@genkit-ai/ai": "^0.5.0",
"@genkit-ai/core": "…
-
### [REQUIRED] Environment info
**firebase-tools:** [13.22.1](https://github.com/firebase/firebase-tools/releases/tag/v13.22.1)
**Platform:** Fedora
### [REQUIRED] Test ca…
-
**Describe the bug**
__genkit__sessionState causes schema validation to fail. Error:
```
Error: INVALID_ARGUMENT: Schema validation failed. Parse Errors:
- (root): must NOT have additional pro…
-
**Describe the bug**
onObjectFinalized break `genkit start`
**To Reproduce**
Add this code to `genkit` any example that has `defineFlow` or `onFlow`
```ts
import { onObjectFinalized } from "f…
-
- Gemini 1.5 Flash supports "JSON mode" where it will guarantee JSON output.
- Gemini 1.5 Pro supports both JSON mode and "JSON schema mode" where it will actually do schema conformance for us
The…