strands.experimental.bidi.models
Bidirectional model interfaces and implementations.
__getattr__
Section titled “__getattr__”def __getattr__(name: str) -> AnyDefined in: src/strands/experimental/bidi/models/init.py:13
Lazy load bidi model implementations only when accessed.
This defers the import of optional dependencies until actually needed.