mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security GenAI] Make langsmith UI settings take precedence over env vars. (#188297)
This commit is contained in:
parent
d5eac1ca9e
commit
02d5176b72
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export const getLangSmithTracer = ({
|
|||
logger: Logger | ToolingLog;
|
||||
}): LangChainTracer[] => {
|
||||
try {
|
||||
if (!isLangSmithEnabled() || apiKey == null) {
|
||||
if (!apiKey) {
|
||||
return [];
|
||||
}
|
||||
const lcTracer = new LangChainTracer({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue