Skip to content

Commit 1e0eab2

Browse files
committed
fix
1 parent cff1f13 commit 1e0eab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

langfuse/_client/span.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ def __init__(
130130

131131
if as_type == "generation":
132132
attributes = create_generation_attributes(
133-
input=input,
134-
output=output,
135-
metadata=metadata,
133+
input=media_processed_input,
134+
output=media_processed_output,
135+
metadata=media_processed_metadata,
136136
version=version,
137137
level=level,
138138
status_message=status_message,

0 commit comments

Comments
 (0)