Clears the source materials from the prompt to start with fresh set of sources
(self)
| 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 |
no outgoing calls
no test coverage detected