docs: update example for Gemini adapter with correct usage instructions
This commit is contained in:
parent
91826b5c22
commit
9f3e4751aa
|
|
@ -1,11 +1,10 @@
|
||||||
/**
|
/**
|
||||||
* Quick smoke test for the Copilot adapter.
|
* Quick smoke test for the Gemini adapter.
|
||||||
*
|
*
|
||||||
* Run:
|
* 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
|
* If GEMINI_API_KEY is not set, the adapter will not work.
|
||||||
* OAuth2 device flow — you'll be prompted to sign in via your browser.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { OpenMultiAgent } from '../src/index.js'
|
import { OpenMultiAgent } from '../src/index.js'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue