Telemetry: Improve clarity of user prompt event (#967)

This commit is contained in:
Jerop Kipruto
2025-06-11 21:43:00 -04:00
committed by GitHub
parent 1ef68e0612
commit 89f682f081
5 changed files with 65 additions and 9 deletions

View File

@@ -278,7 +278,7 @@ These are timestamped records of specific events.
- `gemini_cli.user_prompt`: Fired when a user submits a prompt.
- **Attributes**:
- `prompt_char_count`
- `prompt_length`
- `prompt` (except if `log_user_prompts_enabled` is false)
- `gemini_cli.tool_call`: Fired for every function call.