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 a8d0c2e commit ec1c315Copy full SHA for ec1c315
temporalio/contrib/openai_agents/_trace_interceptor.py
@@ -301,6 +301,9 @@ def uuid4(self) -> str:
301
302
303
def _ensure_tracing_random() -> None:
304
+ """We use a custom uuid generator for spans to ensure that changes to user code workflow.random usage
305
+ do not affect tracing and vice versa.
306
+ """
307
instance = workflow.instance()
308
if not hasattr(instance, "__temporal_openai_tracing_random"):
309
setattr(
0 commit comments