MCPcopy
hub / github.com/openai/openai-python / _prepare_options

Method _prepare_options

src/openai/lib/bedrock.py:506–508  ·  view source on GitHub ↗
(self, options: FinalRequestOptions)

Source from the content-addressed store, hash-verified

504
505 @override
506 def _prepare_options(self, options: FinalRequestOptions) -> FinalRequestOptions:
507 _refresh_legacy_provider_runtime(self)
508 return super()._prepare_options(options)
509
510 @override
511 def copy(

Callers 1

_prepare_optionsMethod · 0.45

Calls 1

Tested by

no test coverage detected