mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
feat(telemetry): include language in telemetry and fix accepted lines computation (#21126)
This commit is contained in:
committed by
GitHub
parent
54885214a1
commit
49e4082f38
@@ -116,7 +116,7 @@ describe('CodeAssistServer', () => {
|
||||
role: 'model',
|
||||
parts: [
|
||||
{ text: 'response' },
|
||||
{ functionCall: { name: 'test', args: {} } },
|
||||
{ functionCall: { name: 'replace', args: {} } },
|
||||
],
|
||||
},
|
||||
finishReason: FinishReason.SAFETY,
|
||||
@@ -160,7 +160,7 @@ describe('CodeAssistServer', () => {
|
||||
role: 'model',
|
||||
parts: [
|
||||
{ text: 'response' },
|
||||
{ functionCall: { name: 'test', args: {} } },
|
||||
{ functionCall: { name: 'replace', args: {} } },
|
||||
],
|
||||
},
|
||||
finishReason: FinishReason.STOP,
|
||||
@@ -233,7 +233,7 @@ describe('CodeAssistServer', () => {
|
||||
content: {
|
||||
parts: [
|
||||
{ text: 'chunk' },
|
||||
{ functionCall: { name: 'test', args: {} } },
|
||||
{ functionCall: { name: 'replace', args: {} } },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user