Skip to content

Commit 99de4de

Browse files
authored
chore(vertexai/grounding): Decommission region tags (#4363)
1 parent 88931cf commit 99de4de

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

generative-ai/snippets/grounding/groundingPrivateDataBasic.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// [START generativeaionvertexai_grounding_private_data_basic]
1615
const {GoogleGenAI} = require('@google/genai');
1716

1817
/**
@@ -62,7 +61,6 @@ async function generateContentWithVertexAISearchGrounding(
6261
JSON.stringify(result.candidates[0].groundingMetadata)
6362
);
6463
}
65-
// [END generativeaionvertexai_grounding_private_data_basic]
6664

6765
generateContentWithVertexAISearchGrounding(...process.argv.slice(2)).catch(
6866
err => {

generative-ai/snippets/grounding/groundingPublicDataBasic.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// [START generativeaionvertexai_grounding_public_data_basic]
1615
const {GoogleGenAI} = require('@google/genai');
1716

1817
/**
@@ -48,7 +47,6 @@ async function generateContentWithGoogleSearchGrounding(
4847
JSON.stringify(result.candidates[0].groundingMetadata)
4948
);
5049
}
51-
// [END generativeaionvertexai_grounding_public_data_basic]
5250

5351
generateContentWithGoogleSearchGrounding(...process.argv.slice(2)).catch(
5452
err => {

0 commit comments

Comments
 (0)