diff options
| author | uttamkanodia14 <[email protected]> | 2025-07-11 22:17:46 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-11 16:47:46 +0000 |
| commit | 93284281de4a1593de802f3823707b9c1a43171e (patch) | |
| tree | 51a88d91fe132cc5607e2f5cbb7aa21701418508 /packages/cli/src/gemini.tsx | |
| parent | ed00612cf7107452d1e52044feda4305b410b81b (diff) | |
Logs the auth type in the user prompts, api responses and errors (#3795)
Diffstat (limited to 'packages/cli/src/gemini.tsx')
| -rw-r--r-- | packages/cli/src/gemini.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/gemini.tsx b/packages/cli/src/gemini.tsx index 8b58c46a..23990f6d 100644 --- a/packages/cli/src/gemini.tsx +++ b/packages/cli/src/gemini.tsx @@ -212,6 +212,7 @@ export async function main() { 'event.timestamp': new Date().toISOString(), prompt: input, prompt_id, + auth_type: config.getContentGeneratorConfig().authType!, prompt_length: input.length, }); |
