minor typo fixes...
This commit is contained in:
parent
9e7f3587f1
commit
da76a151ff
|
|
@ -536,7 +536,6 @@ export class AnalyticHandler {
|
|||
if (Object.prototype.hasOwnProperty.call(this.handlers, 'langFuse')) {
|
||||
const trace: LangfuseTraceClient | undefined = this.handlers['langFuse'].trace[parentIds['langFuse'].trace]
|
||||
if (trace) {
|
||||
trace.id
|
||||
const generation = trace.generation({
|
||||
name,
|
||||
input: input
|
||||
|
|
|
|||
Loading…
Reference in New Issue