From 9f3e4751aa50ec655bcb66488c8c23d7dd0c495c Mon Sep 17 00:00:00 2001 From: MrAvalonApple <74775400+ibrahimkazimov@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:17:54 +0300 Subject: [PATCH] docs: update example for Gemini adapter with correct usage instructions --- examples/08-gemini-test.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/08-gemini-test.ts b/examples/08-gemini-test.ts index 42ae816..a1f5435 100644 --- a/examples/08-gemini-test.ts +++ b/examples/08-gemini-test.ts @@ -1,11 +1,10 @@ /** - * Quick smoke test for the Copilot adapter. + * Quick smoke test for the Gemini adapter. * * Run: - * npx tsx examples/05-copilot-test.ts + * npx tsx examples/08-gemini-test.ts * - * If GITHUB_COPILOT_TOKEN is not set, the adapter will start an interactive - * OAuth2 device flow — you'll be prompted to sign in via your browser. + * If GEMINI_API_KEY is not set, the adapter will not work. */ import { OpenMultiAgent } from '../src/index.js'