Michael Doyle
Michael Doyle
We need to support multi-media uploads for the prompt and flow runners, but neither have a "canvas" style input like the model runner does. In the case of the prompt...
**Is your feature request related to a problem? Please describe.** Currently several other frameworks support tool calling for ollama via a "wrapper", which I think has led this to become...
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
Currently Controlled Editing and Personalization are in preview.
**Describe the bug** Init a new next.js project using the genkit CLI. Then add the googleCloud plugin and enable telemetry. ``` ⚠ ./node_modules/@opentelemetry/instrumentation-winston/build/src/instrumentation.js Module not found: Can't resolve '@opentelemetry/winston-transport' in...
1. Documentation for [google-cloud](https://firebase.google.com/docs/genkit/plugins/google-cloud) does not mention the required IAM roles for telemetry. 1. `Cloud Trace Agent` (Tracing/Spans) 1. `Logs Writer` (Logs) 1. `Monitoring Metrics Writer` (Metrics) 1. Error messages...
This one is really interesting. Not sure the best way to go about it (extend Genkit's message abstraction, middleware, etc). Worth additional discussion. See: https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching
Fixes #2064 Checklist (if applicable): - [x] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [x] Tested (manually, unit tested, etc.) - [x] Docs updated (updated docs or a docs bug required)