Skip to content

Commit 9fc79dd

Browse files
committed
update tracing.py
1 parent 699aa43 commit 9fc79dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepeval/tracing/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ def wrapped_method(*args, original_method=method, **kwargs):
11191119
pass
11201120

11211121
update_current_span(
1122-
LlmAttributes(
1122+
attributes = LlmAttributes(
11231123
input=kwargs.get(
11241124
"messages", "INPUT_MESSAGE_NOT_FOUND"
11251125
),

0 commit comments

Comments
 (0)