wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type.ts
@@ -2,7 +2,6 @@
  langSmith = 'langsmith',
  langfuse = 'langfuse',
  opik = 'opik',
  weave = 'weave',
}
export type LangSmithConfig = {
@@ -22,11 +21,4 @@
  project: string
  workspace: string
  url: string
}
export type WeaveConfig = {
  api_key: string
  entity: string
  project: string
  endpoint: string
}