From d070dd0c6003eef9e49b5b50b0d7ce710e1b4e2e Mon Sep 17 00:00:00 2001 From: Nicole White Date: Thu, 26 Oct 2023 21:52:49 -0400 Subject: [PATCH] Fix logging url --- JavaScript/openai-manual/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript/openai-manual/src/index.js b/JavaScript/openai-manual/src/index.js index cee990a9..27e56c2f 100644 --- a/JavaScript/openai-manual/src/index.js +++ b/JavaScript/openai-manual/src/index.js @@ -62,7 +62,7 @@ async function run() { } console.log( - `Finished running example. View the trace at https://app.autoblocks.ai/explore/trace/${traceId}`, + `Finished running example. View the trace at https://app.autoblocks.ai/explore/trace/${tracer.traceId}`, ); }