mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
Add new integration with Opik Tracking tool (#11501)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import type { LangFuseConfig, LangSmithConfig, TracingProvider } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
|
||||
import type { LangFuseConfig, LangSmithConfig, OpikConfig, TracingProvider } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
|
||||
import type { App, AppSSO, AppTemplate, SiteConfig } from '@/types/app'
|
||||
|
||||
/* export type App = {
|
||||
@ -165,5 +165,5 @@ export type TracingStatus = {
|
||||
|
||||
export type TracingConfig = {
|
||||
tracing_provider: TracingProvider
|
||||
tracing_config: LangSmithConfig | LangFuseConfig
|
||||
tracing_config: LangSmithConfig | LangFuseConfig | OpikConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user