/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare const SERVICE_NAME = "llxprt-code"; export declare const EVENT_USER_PROMPT = "llxprt_code.user_prompt"; export declare const EVENT_TOOL_CALL = "llxprt_code.tool_call"; export declare const EVENT_API_REQUEST = "llxprt_code.api_request"; export declare const EVENT_API_ERROR = "llxprt_code.api_error"; export declare const EVENT_API_RESPONSE = "llxprt_code.api_response"; export declare const EVENT_CLI_CONFIG = "llxprt_code.config"; export declare const EVENT_NEXT_SPEAKER_CHECK = "llxprt_code.next_speaker_check"; export declare const EVENT_SLASH_COMMAND = "llxprt_code.slash_command"; export declare const EVENT_CONVERSATION_REQUEST = "llxprt_code.conversation_request"; export declare const EVENT_CONVERSATION_RESPONSE = "llxprt_code.conversation_response"; export declare const EVENT_ENHANCED_CONVERSATION_RESPONSE = "llxprt_code.enhanced_conversation_response"; export declare const EVENT_PROVIDER_SWITCH = "llxprt_code.provider_switch"; export declare const EVENT_PROVIDER_CAPABILITY = "llxprt_code.provider_capability"; export declare const EVENT_TOOL_OUTPUT_TRUNCATED = "llxprt_code.tool_output_truncated"; export declare const EVENT_FILE_OPERATION = "llxprt_code.file_operation"; export declare const EVENT_MALFORMED_JSON_RESPONSE = "llxprt_code.malformed_json_response"; export declare const EVENT_MODEL_ROUTING = "llxprt_code.model_routing"; export declare const EVENT_EXTENSION_INSTALL = "llxprt_code.extension_install"; export declare const EVENT_EXTENSION_UNINSTALL = "llxprt_code.extension_uninstall"; export declare const EVENT_EXTENSION_ENABLE = "llxprt_code.extension_enable"; export declare const EVENT_EXTENSION_DISABLE = "llxprt_code.extension_disable"; export declare const METRIC_TOOL_CALL_COUNT = "llxprt_code.tool.call.count"; export declare const METRIC_TOOL_CALL_LATENCY = "llxprt_code.tool.call.latency"; export declare const METRIC_API_REQUEST_COUNT = "llxprt_code.api.request.count"; export declare const METRIC_API_REQUEST_LATENCY = "llxprt_code.api.request.latency"; export declare const METRIC_TOKEN_USAGE = "llxprt_code.token.usage"; export declare const METRIC_SESSION_COUNT = "llxprt_code.session.count"; export declare const METRIC_FILE_OPERATION_COUNT = "llxprt_code.file.operation.count";