-
Looks like it was added in the Firestore Go SDK
https://github.com/googleapis/google-cloud-go/releases/tag/firestore%2Fv1.16.0
-
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. …
-
When running the Menu sample without a GCP project set up, the error message issued by the Vertex plugin is not intuitive:
```
Initializing plugin vertexai:
/Users/peterfriese/Workspace/Projects/…
-
we should:
1. automatically opt into dev mode when `NODE_ENV=development`
1. support `GENKIT_ENV=development` (instead of dev) since that aligns with `NODE_ENV`
we should keep supporting existi…
-
Tools should be executable.
I want to:
```
const peepTool = ai.defineTool(...);
// and then somewhere later
await peepTool();
```
But I get the dreaded
```
Error: getRegistryInstance()…
-
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…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
We are not able to use genkit as a pac…
-
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/bui…
-
In August 2024, Gemini launched a few [experimental models](https://ai.google.dev/gemini-api/docs/models/experimental-models). As described in the docs:
> In addition to the [base models](https://a…
-
**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…