We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff1f13 commit 1e0eab2Copy full SHA for 1e0eab2
1 file changed
langfuse/_client/span.py
@@ -130,9 +130,9 @@ def __init__(
130
131
if as_type == "generation":
132
attributes = create_generation_attributes(
133
- input=input,
134
- output=output,
135
- metadata=metadata,
+ input=media_processed_input,
+ output=media_processed_output,
+ metadata=media_processed_metadata,
136
version=version,
137
level=level,
138
status_message=status_message,
0 commit comments