mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
feat(core): Integrate remote experiments configuration (#12539)
This commit is contained in:
@@ -13,11 +13,11 @@ import type {
|
||||
LongRunningOperationResponse,
|
||||
OnboardUserRequest,
|
||||
SetCodeAssistGlobalUserSettingRequest,
|
||||
ClientMetadata,
|
||||
} from './types.js';
|
||||
import type {
|
||||
ListExperimentsRequest,
|
||||
ListExperimentsResponse,
|
||||
ClientMetadata,
|
||||
} from './experiments/types.js';
|
||||
import type {
|
||||
CountTokensParameters,
|
||||
@@ -163,7 +163,7 @@ export class CodeAssistServer implements ContentGenerator {
|
||||
const projectId = this.projectId;
|
||||
const req: ListExperimentsRequest = {
|
||||
project: projectId,
|
||||
metadata: { ...metadata, duet_project: projectId },
|
||||
metadata: { ...metadata, duetProject: projectId },
|
||||
};
|
||||
return await this.requestPost<ListExperimentsResponse>(
|
||||
'listExperiments',
|
||||
|
||||
Reference in New Issue
Block a user