We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c53c6 commit c80943fCopy full SHA for c80943f
src/openlayer/lib/tracing/tracer.py
@@ -1044,8 +1044,10 @@ def _finalize_step_logging(
1044
else:
1045
step.log(output=output)
1046
1047
+ # Start with existing metadata instead of overwriting it
1048
+ step_metadata = step.metadata.copy() if step.metadata else {}
1049
+
1050
# Add guardrail metadata to step metadata
- step_metadata = {}
1051
if guardrail_metadata:
1052
step_metadata["guardrails"] = guardrail_metadata
1053
0 commit comments