|
|
|
@ -85,6 +85,7 @@ const ConfigPopup: FC<PopupProps> = ({
|
|
|
|
<ProviderPanel
|
|
|
|
<ProviderPanel
|
|
|
|
type={TracingProvider.langSmith}
|
|
|
|
type={TracingProvider.langSmith}
|
|
|
|
readOnly={readOnly}
|
|
|
|
readOnly={readOnly}
|
|
|
|
|
|
|
|
config={langSmithConfig}
|
|
|
|
hasConfigured={!!langSmithConfig}
|
|
|
|
hasConfigured={!!langSmithConfig}
|
|
|
|
onConfig={handleOnConfig(TracingProvider.langSmith)}
|
|
|
|
onConfig={handleOnConfig(TracingProvider.langSmith)}
|
|
|
|
isChosen={chosenProvider === TracingProvider.langSmith}
|
|
|
|
isChosen={chosenProvider === TracingProvider.langSmith}
|
|
|
|
@ -96,6 +97,7 @@ const ConfigPopup: FC<PopupProps> = ({
|
|
|
|
<ProviderPanel
|
|
|
|
<ProviderPanel
|
|
|
|
type={TracingProvider.langfuse}
|
|
|
|
type={TracingProvider.langfuse}
|
|
|
|
readOnly={readOnly}
|
|
|
|
readOnly={readOnly}
|
|
|
|
|
|
|
|
config={langFuseConfig}
|
|
|
|
hasConfigured={!!langFuseConfig}
|
|
|
|
hasConfigured={!!langFuseConfig}
|
|
|
|
onConfig={handleOnConfig(TracingProvider.langfuse)}
|
|
|
|
onConfig={handleOnConfig(TracingProvider.langfuse)}
|
|
|
|
isChosen={chosenProvider === TracingProvider.langfuse}
|
|
|
|
isChosen={chosenProvider === TracingProvider.langfuse}
|
|
|
|
|