@Demirrr started to work on this (https://github.com/openai/openai-agents-python/issues/382) Is there any way to guarantee reproducibility?
Activity
lysektomas commentedon Jun 20, 2025
I think that you can use extra_args in model_settings
ModelSettings( store=True, metadata={"type": 'something'}, extra_args={ "seed": 42 } )
I debugged _base_client.py and it is sending seed attribute correctly to model provider