To use the [`Assistants` resource](https://github.com/openai-php/client#assistants-resource) openai requires the `OpenAI-Beta` header. ``` $factory->withHttpHeader('OpenAI-Beta', 'assistants=v1') ``` Is there any way to add this using the symfony bundle? Would be nice if there was a way using the config.