Propagate user_prompt_id to GenerateConentRequest for logging (#4741)

This commit is contained in:
owenofbrien
2025-07-27 16:34:39 -05:00
committed by GitHub
parent 36e1e57252
commit b497791c59
11 changed files with 245 additions and 102 deletions

View File

@@ -49,8 +49,11 @@ describe('setupUser', () => {
});
await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
expect.any(Object),
{},
'test-project',
{},
'',
undefined,
);
});
@@ -62,7 +65,10 @@ describe('setupUser', () => {
});
const projectId = await setupUser({} as OAuth2Client);
expect(CodeAssistServer).toHaveBeenCalledWith(
expect.any(Object),
{},
undefined,
{},
'',
undefined,
);
expect(projectId).toEqual({