Return the AstrBot knowledge base root path.
()
| 91 | |
| 92 | |
| 93 | def get_astrbot_knowledge_base_path() -> str: |
| 94 | """Return the AstrBot knowledge base root path.""" |
| 95 | return os.path.realpath(os.path.join(get_astrbot_data_path(), "knowledge_base")) |
| 96 | |
| 97 | |
| 98 | def get_astrbot_backups_path() -> str: |
no test coverage detected