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

Class _LegacyRuntimeSignature

src/openai/lib/bedrock.py:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclass(frozen=True)
31class _LegacyRuntimeSignature:
32 mode: _LegacyAuthMode
33 base_url: str
34 region: str | None
35 credential_identity: object = field(repr=False)
36
37
38@dataclass(frozen=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected