mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
feat(telemetry): Add extension name to ToolCallEvent telemetry (#12343)
Co-authored-by: Shnatu <snatu@google.com>
This commit is contained in:
@@ -306,6 +306,7 @@ export abstract class DeclarativeTool<
|
||||
readonly isOutputMarkdown: boolean = true,
|
||||
readonly canUpdateOutput: boolean = false,
|
||||
readonly messageBus?: MessageBus,
|
||||
readonly extensionName?: string,
|
||||
readonly extensionId?: string,
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user