Update extension examples (#16274)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
christine betts
2026-01-12 12:16:35 -05:00
committed by GitHub
parent 465ec9759d
commit ed7bcf9968
13 changed files with 84 additions and 157 deletions

View File

@@ -0,0 +1,8 @@
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
console.log(
'Session Started! This is running from a script in the hooks-example extension.',
);