samples-python icon indicating copy to clipboard operation
samples-python copied to clipboard

[Bug] Remove/move set_tracing_disabled from inside OpenAI sample workflows

Open cretz opened this issue 4 months ago • 3 comments

Describe the bug

Two workflows at https://github.com/temporalio/samples-python/tree/main/openai_agents/model_providers/workflows encourage users to call the global set_tracing_disabled inside the workflow. Should either remove altogether or move to the _worker.py file instead.

cretz avatar Sep 08 '25 15:09 cretz