feat: add content for the weave modal and include config

pull/14262/head
Bharat Ramanathan 1 year ago
parent b736f00026
commit 65508696ce

@ -161,6 +161,10 @@ const translation = {
title: 'Opik', title: 'Opik',
description: 'Opik is an open-source platform for evaluating, testing, and monitoring LLM applications.', description: 'Opik is an open-source platform for evaluating, testing, and monitoring LLM applications.',
}, },
weave: {
title: 'Weave',
description: 'Weave is an open-source platform for evaluating, testing, and monitoring LLM applications.',
},
inUse: 'In use', inUse: 'In use',
configProvider: { configProvider: {
title: 'Config ', title: 'Config ',

@ -1,4 +1,4 @@
import type { LangFuseConfig, LangSmithConfig, OpikConfig, TracingProvider } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type' import type { LangFuseConfig, LangSmithConfig, OpikConfig, TracingProvider, WeaveConfig } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
import type { App, AppSSO, AppTemplate, SiteConfig } from '@/types/app' import type { App, AppSSO, AppTemplate, SiteConfig } from '@/types/app'
import type { Dependency } from '@/app/components/plugins/types' import type { Dependency } from '@/app/components/plugins/types'
@ -167,5 +167,5 @@ export type TracingStatus = {
export type TracingConfig = { export type TracingConfig = {
tracing_provider: TracingProvider tracing_provider: TracingProvider
tracing_config: LangSmithConfig | LangFuseConfig | OpikConfig tracing_config: LangSmithConfig | LangFuseConfig | OpikConfig | WeaveConfig
} }

Loading…
Cancel
Save