Skip to content

Commit

Permalink
resolve ts test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Oct 24, 2024
1 parent 96aa49a commit d1ee649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ cls.myOtherLLM()

// export a span
llmobs.enable({ mlApp: 'myApp' })
llmobs.exportSpan()
llmobs.trace({ kind: 'llm', name: 'myLLM' }, (span) => {
const llmobsSpanCtx = llmobs.exportSpan(span)
llmobsSpanCtx.traceId;
Expand Down

0 comments on commit d1ee649

Please sign in to comment.