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

Method clear_source_materials

llmware/prompts.py:287–291  ·  view source on GitHub ↗

Clears the source materials from the prompt to start with fresh set of sources

(self)

Source from the content-addressed store, hash-verified

285 return self
286
287 def clear_source_materials(self):
288
289 """ Clears the source materials from the prompt to start with fresh set of sources """
290 self.source_materials = []
291 return self
292
293 def register_llm_inference (self, ai_dict, prompt_id=None, trx_dict=None):
294

Callers 15

prompt_sourceFunction · 0.95
ragFunction · 0.80
msa_processingFunction · 0.80
invoice_processingFunction · 0.80
get_rag_responseFunction · 0.80
semantic_ragFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected