关闭存储后端
(self)
| 21 | ... |
| 22 | |
| 23 | async def close(self) -> None: |
| 24 | """关闭存储后端""" |
| 25 | ... |
| 26 | |
| 27 | # 凭证管理 |
| 28 | async def store_credential(self, filename: str, credential_data: Dict[str, Any], mode: str = "geminicli") -> bool: |
no outgoing calls
no test coverage detected