MCPcopy
hub / github.com/llmware-ai/llmware / get_query_path

Method get_query_path

llmware/configs.py:180–182  ·  view source on GitHub ↗

Get query absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

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):

Callers 5

query_state_and_exportFunction · 0.80
__init__Method · 0.80
table_queryMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected