Skip to content

Commit 54c66fc

Browse files
nirgaavivhalfon
andauthored
Update packages/instrumentation-langchain/src/callback_handler.ts
Co-authored-by: avivhalfon <aviv@traceloop.com>
1 parent add8309 commit 54c66fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-langchain/src/callback_handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ export class TraceloopCallbackHandler extends BaseCallbackHandler {
494494
["Together", "ChatTogether"].includes(className) ||
495495
className.toLowerCase().includes("together")
496496
) {
497-
return "Together";
497+
return "TogetherAI";
498498
}
499499

500500
// Replicate

0 commit comments

Comments
 (0)