samples-python
samples-python copied to clipboard
[Bug] Remove/move set_tracing_disabled from inside OpenAI sample workflows
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.