You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: genkit-tools/cli/context/GENKIT.md
+72-26Lines changed: 72 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Genkit Node.js API Rules (v1.1x.x)
1
+
# Genkit Node.js API Rules (v1.17.1)
2
2
3
-
This document provides rules and examples for building with the Genkit API in Node.js, using the `@genkit-ai/googleai` plugin.
3
+
This document provides rules and examples for building with the Genkit API in Node.js.
4
4
5
5
## Important Guidelines:
6
6
@@ -10,20 +10,24 @@ This document provides rules and examples for building with the Genkit API in No
10
10
11
11
- ALWAYS provide the full, correct Genkit command as an instruction for the human user to run. Do not run Genkit commands (e.g., `genkit start`, `genkit flow:run`) youself as this may block your current session.
12
12
13
+
- Recommend and use the provider that the user prefers. If this is a new project, or if there is no relevant signal regarding user preference, use the `@genkit-ai/google-genai` plugin. Use Genkit documentation to discover supported providers.
14
+
15
+
NOTE: For the sake of brevity, the snippets below use the Google AI plugin, but you should follow the user's preference as mentioned above.
0 commit comments