point Code Assist client to prod server (#1201)

This commit is contained in:
Marlon Gamez 2025-06-21 15:25:18 -07:00 committed by GitHub
parent e255eb6124
commit 076f81f130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ export interface HttpOptions {
// TODO: Use production endpoint once it supports our methods. // TODO: Use production endpoint once it supports our methods.
export const CODE_ASSIST_ENDPOINT = export const CODE_ASSIST_ENDPOINT =
process.env.CODE_ASSIST_ENDPOINT ?? process.env.CODE_ASSIST_ENDPOINT ?? 'https://cloudcode-pa.googleapis.com';
'https://staging-cloudcode-pa.sandbox.googleapis.com';
export const CODE_ASSIST_API_VERSION = 'v1internal'; export const CODE_ASSIST_API_VERSION = 'v1internal';
export class CodeAssistServer implements ContentGenerator { export class CodeAssistServer implements ContentGenerator {