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

Method get_prompt_path

llmware/configs.py:185–187  ·  view source on GitHub ↗

Get prompt absolute folder directory path

(cls)

Source from the content-addressed store, hash-verified

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

Callers 14

msa_processingFunction · 0.80
invoice_processingFunction · 0.80
msa_processingFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
save_custom_stateMethod · 0.80
save_stateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected