Configuration for this pydantic object.
| 24 | redis_client: Redis |
| 25 | |
| 26 | class Config: |
| 27 | """Configuration for this pydantic object.""" |
| 28 | |
| 29 | arbitrary_types_allowed = True |
| 30 | |
| 31 | def load_memory( |
| 32 | self, key: Optional[str] = None, default: Optional[Any] = None, **kwargs |
nothing calls this directly
no outgoing calls
no test coverage detected