From 415ca39b35d8eec6ae27728429ca300bc53c6bff Mon Sep 17 00:00:00 2001 From: suyao Date: Tue, 30 Dec 2025 00:11:30 +0800 Subject: [PATCH] chore: format --- src/renderer/src/aiCore/plugins/telemetryPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/aiCore/plugins/telemetryPlugin.ts b/src/renderer/src/aiCore/plugins/telemetryPlugin.ts index d2e466dbbe..ab986cc3a5 100644 --- a/src/renderer/src/aiCore/plugins/telemetryPlugin.ts +++ b/src/renderer/src/aiCore/plugins/telemetryPlugin.ts @@ -6,7 +6,7 @@ * 集成 AiSdkSpanAdapter 将 AI SDK trace 数据转换为现有格式 */ -import type { AiPlugin} from '@cherrystudio/ai-core'; +import type { AiPlugin } from '@cherrystudio/ai-core' import { definePlugin, type StreamTextParams, type StreamTextResult } from '@cherrystudio/ai-core' import { loggerService } from '@logger' import type { Context, Span, SpanContext, Tracer } from '@opentelemetry/api'