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}`, ); }