We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acfba1 commit 0d620a0Copy full SHA for 0d620a0
go/system_instruction.go
@@ -8,7 +8,6 @@ import (
8
"google.golang.org/genai"
9
)
10
11
-// SystemInstructions demonstrates setting a system instruction using a *genai.Content in the generation config.
12
func SystemInstruction() error {
13
// [START system_instruction]
14
ctx := context.Background()
javascript/chat.js
@@ -26,7 +26,6 @@ import { fileURLToPath } from "url";
26
const __filename = fileURLToPath(import.meta.url);
27
const __dirname = path.dirname(__filename);
28
29
-// Define common media directory path (was third_party)
30
const media = path.join(__dirname, "..", "third_party");
31
32
export async function chat() {
0 commit comments