This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new 6538cc40 Add the gen-ai menu (#534)
6538cc40 is described below

commit 6538cc401d19f768d8b1e075785d991ce7e4739f
Author: peachisai <[email protected]>
AuthorDate: Tue Mar 17 09:06:03 2026 +0800

    Add the gen-ai menu (#534)
---
 src/assets/icons/gen_ai.svg  | 16 ++++++++++++++++
 src/locales/lang/menus/en.ts |  6 ++++++
 src/locales/lang/menus/es.ts |  6 ++++++
 src/locales/lang/menus/zh.ts |  4 ++++
 4 files changed, 32 insertions(+)

diff --git a/src/assets/icons/gen_ai.svg b/src/assets/icons/gen_ai.svg
new file mode 100644
index 00000000..c3ff06f0
--- /dev/null
+++ b/src/assets/icons/gen_ai.svg
@@ -0,0 +1,16 @@
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License. -->
+
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24" width="64" 
height="64" fill="currentColor"><path d="M16.4004 21H14.2461L12.2461 
16H5.75391L3.75391 21H1.59961L8 4.99996H10L16.4004 21ZM21 
12V21H19V12H21ZM6.55371 14H11.4463L9 7.88473L6.55371 14ZM19.5293 2.3193C19.7058 
1.89351 20.2942 1.8935 20.4707 2.3193L20.7236 2.93063C21.1555 3.97343 21.9615 
4.80613 22.9746 5.2568L23.6914 5.57613C24.1022 5.75881 24.1022 6.35634 23.6914 
6.53902L22.9326 6.87691C21.945 7.31619 21.1534 8.11942 20 [...]
\ No newline at end of file
diff --git a/src/locales/lang/menus/en.ts b/src/locales/lang/menus/en.ts
index 18c9b7f2..8f5cf5d6 100644
--- a/src/locales/lang/menus/en.ts
+++ b/src/locales/lang/menus/en.ts
@@ -144,6 +144,12 @@ const titles = {
   data_processing_engine_flink: "Flink",
   data_processing_engine_flink_desc:
     "Apache Flink is a framework and distributed processing engine for 
stateful computations over unbounded and bounded data streams. Flink has been 
designed to run in all common cluster environments, perform computations at 
in-memory speed and at any scale.",
+  gen_ai: "Generative AI",
+  gen_ai_desc:
+    "Generative AI (GenAI) refers to a category of artificial intelligence 
that can create new content. Provide monitoring for GenAI providers and model 
calls.",
+  virtual_gen_ai: "Virtual GenAI",
+  virtual_gen_ai_desc:
+    "Observe the virtual GenAI services and models which are conjectured by 
language agents through various plugins.",
 };
 
 export default titles;
diff --git a/src/locales/lang/menus/es.ts b/src/locales/lang/menus/es.ts
index 8f110d6c..3ef2f540 100644
--- a/src/locales/lang/menus/es.ts
+++ b/src/locales/lang/menus/es.ts
@@ -146,6 +146,12 @@ const titles = {
   data_processing_engine_flink: "Flink",
   data_processing_engine_flink_desc:
     "Apache Flink is a framework and distributed processing engine for 
stateful computations over unbounded and bounded data streams. Flink has been 
designed to run in all common cluster environments, perform computations at 
in-memory speed and at any scale.",
+  gen_ai: "IA Generativa",
+  gen_ai_desc:
+    "La Inteligencia Artificial Generativa (GenAI) es una categoría de IA 
capaz de crear contenido nuevo. Permite monitorear proveedores de GenAI e 
invocaciones a sus modelos.",
+  virtual_gen_ai: "IA Generativa Virtual",
+  virtual_gen_ai_desc:
+    "Monitorea los servicios y modelos de IA generativa virtual detectados por 
los agentes a través de diversos complementos (plugins).",
 };
 
 export default titles;
diff --git a/src/locales/lang/menus/zh.ts b/src/locales/lang/menus/zh.ts
index 7f6ec159..83ce09bf 100644
--- a/src/locales/lang/menus/zh.ts
+++ b/src/locales/lang/menus/zh.ts
@@ -126,6 +126,10 @@ const titles = {
   data_processing_engine_flink: "Flink",
   data_processing_engine_flink_desc:
     "Apache Flink 是一个框架和分布式处理引擎,用于在无边界和有边界数据流上进行有状态的计算。Flink 
能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。",
+  gen_ai: "生成式人工智能 (GenAI)",
+  gen_ai_desc: "提供对 GenAI 供应商及模型调用的性能指标、用量和成本的全面监控。",
+  virtual_gen_ai: "虚拟 GenAI",
+  virtual_gen_ai_desc: "由语言探针通过拦截 AI SDK 调用,自动推导出的虚拟 GenAI 逻辑服务与模型视图。",
 };
 
 export default titles;

Reply via email to