Skip to content

Commit 0d620a0

Browse files
committed
Remove comments
1 parent 1acfba1 commit 0d620a0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

go/system_instruction.go

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"google.golang.org/genai"
99
)
1010

11-
// SystemInstructions demonstrates setting a system instruction using a *genai.Content in the generation config.
1211
func SystemInstruction() error {
1312
// [START system_instruction]
1413
ctx := context.Background()

javascript/chat.js

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { fileURLToPath } from "url";
2626
const __filename = fileURLToPath(import.meta.url);
2727
const __dirname = path.dirname(__filename);
2828

29-
// Define common media directory path (was third_party)
3029
const media = path.join(__dirname, "..", "third_party");
3130

3231
export async function chat() {

0 commit comments

Comments
 (0)