-
I suggest that when `NODE_ENV=development` (*or* `GENKIT_ENV=dev`) `.prompt` files should be automatically reloaded from disk before each invocation. This would be beneficial for a few reasons:
1. …
-
IMO - For Google AI and Vertex AI plugins, the variable naming strategy is a bit strange for "Gemini Pro". It's `geminiPro`.
Google AI:
- https://github.com/firebase/genkit/blob/main/js/plugins/g…
-
Tools should be executable.
I want to:
```
const peepTool = ai.defineTool(...);
// and then somewhere later
await peepTool();
```
But I get the dreaded
```
Error: getRegistryInstance()…
-
**Is your report related to a problem? Please describe.**
Between not being strict about which functions/fields are exported vs. not, lack of JSDocs on exported properties, and complex types due to u…
-
Currently we do not support model parameters that are not part of the common set. For the most part, this does not impact Gemini support outside of “safety” (see #689). It’s more noticeable with OpenA…
-
**Describe the bug**
After upgrading to 0.9.3, we're noticing that the output Gemini (we're specifically using Gemini Pro 1.5 002) has numerous problems in our system. We're getting hallucinated text…
-
**In file https://github.com/firebase/genkit/blob/main/docs/models.md**
const result = await generate({
model: gemini15Flash,
prompt: [
{ text: 'describe the following image:' },
{
…
-
```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.…
-
**Describe the bug**
I want to provide the Firebase Storage location path (e.g `gs://....`). But I am getting 500 internal error when executing the prompt.
I am using dotprompt
```
{{media url=…
-
When Go runtime logs OT spans it's missing these things...
- [ ] `genkit:state` is not set -- this is perhaps OK, it may be redundant -- can be inferred from `span.status` field, consider deprecating…