Skip to content

Commit 1acfba1

Browse files
committed
Remove unused docs in systemInstruction
1 parent daeca88 commit 1acfba1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

javascript/system_instruction.js

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717

1818
import { GoogleGenAI } from "@google/genai";
1919

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-
*/
2620
export async function systemInstruction() {
2721
// [START system_instruction]
2822
// Make sure to include the following import:

0 commit comments

Comments
 (0)