Get prompt absolute folder directory path
(cls)
| 183 | |
| 184 | @classmethod |
| 185 | def get_prompt_path(cls): |
| 186 | """Get prompt absolute folder directory path""" |
| 187 | return os.path.join(cls._base_fp["home_path"], cls._base_fp["llmware_path_name"],cls._fp["prompt_path_name"]) |
| 188 | |
| 189 | @classmethod |
| 190 | def get_tmp_path(cls): |
no outgoing calls
no test coverage detected