configs Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. You may also want the docs for the current LTS version.
Defaults = _DefaultsConfig()module-attribute__all__ = ['BaseConfig', 'Defaults']module-attribute
Bases:
SerializableMixin
, ABC
Source Code in griptape/configs/base_config.py
@define(kw_only=True) class BaseConfig(SerializableMixin, ABC): ...