Get query absolute folder directory path
(cls)
| 178 | |
| 179 | @classmethod |
| 180 | def get_query_path(cls): |
| 181 | """Get query absolute folder directory path""" |
| 182 | return os.path.join(cls._base_fp["home_path"],cls._base_fp["llmware_path_name"], cls._fp["query_path_name"]) |
| 183 | |
| 184 | @classmethod |
| 185 | def get_prompt_path(cls): |
no outgoing calls
no test coverage detected