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

Method _prepare_options

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

Source from the content-addressed store, hash-verified

740
741 @override
742 async def _prepare_options(self, options: FinalRequestOptions) -> FinalRequestOptions:
743 _refresh_legacy_provider_runtime(self)
744 return await super()._prepare_options(options)
745
746 @override
747 def copy(

Callers

nothing calls this directly

Calls 2

_prepare_optionsMethod · 0.45

Tested by

no test coverage detected