Sam Phillips
Sam Phillips
**Describe the bug** [The Vertex-AI Docs ](https://firebase.google.com/docs/genkit/plugins/vertex-ai) Shows a call to `generate` but `generate` is never imported We should check for missing imports in other docs too
Cross-filing from @peterfriese **Is your feature request related to a problem? Please describe.** When running an onFlow from the DevUI it's really easy to forget to provide an auth object,...
**Is your feature request related to a problem? Please describe.** I've gotten a few reports of folks running into this: If you write code like ``` import { geminiPro }...
Update prompts.md to suggest defineDotPrompt rather than definePrompt Checklist (if applicable): - [ ] Tested (manually, unit tested, etc.) - [ ] Changelog updated - [ ] Docs updated
When using prompt files or defined prompts it would be useful to know which prompt was used for a generation **Describe the solution you'd like** [] Add the name of...
**Describe the bug** When prod traces are logged with `autoInstrumentation=true` some traces fail to be shown in the DevUI. The proximate cause is that traces are logged without a startTime...