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')) {
|
if (Object.prototype.hasOwnProperty.call(this.handlers, 'langFuse')) {
|
||||||
const trace: LangfuseTraceClient | undefined = this.handlers['langFuse'].trace[parentIds['langFuse'].trace]
|
const trace: LangfuseTraceClient | undefined = this.handlers['langFuse'].trace[parentIds['langFuse'].trace]
|
||||||
if (trace) {
|
if (trace) {
|
||||||
trace.id
|
|
||||||
const generation = trace.generation({
|
const generation = trace.generation({
|
||||||
name,
|
name,
|
||||||
input: input
|
input: input
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue