Skip to content

Commit 09d739b

Browse files
author
Guiners
committed
bumping version and fixing tests
1 parent c01d51e commit 09d739b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

genai/content-cache/content-cache-update.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const {DateTime} = require('luxon');
2121
const GOOGLE_CLOUD_PROJECT = process.env.GOOGLE_CLOUD_PROJECT;
2222
const GOOGLE_CLOUD_LOCATION = process.env.GOOGLE_CLOUD_LOCATION || 'global';
2323

24-
2524
async function generateContent(
2625
projectId = GOOGLE_CLOUD_PROJECT,
2726
location = GOOGLE_CLOUD_LOCATION,

genai/content-cache/content-cache-use-with-txt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const {GoogleGenAI} = require('@google/genai');
2121
const GOOGLE_CLOUD_PROJECT = process.env.GOOGLE_CLOUD_PROJECT;
2222
const GOOGLE_CLOUD_LOCATION = process.env.GOOGLE_CLOUD_LOCATION || 'global';
2323

24-
2524
async function generateContent(
2625
projectId = GOOGLE_CLOUD_PROJECT,
2726
location = GOOGLE_CLOUD_LOCATION,

0 commit comments

Comments
 (0)