We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daeca88 commit 1acfba1Copy full SHA for 1acfba1
javascript/system_instruction.js
@@ -17,12 +17,6 @@
17
18
import { GoogleGenAI } from "@google/genai";
19
20
-/**
21
- * systemInstructionsTest sends a prompt with a system instruction configuration.
22
- * The system instruction tells the model: "You are a cat. Your name is Neko."
23
- *
24
- * @returns {Promise<string>} The generated text from the model.
25
- */
26
export async function systemInstruction() {
27
// [START system_instruction]
28
// Make sure to include the following import:
0 commit comments