(self,)
| 83 | |
| 84 | @property |
| 85 | def system_prompt(self,): |
| 86 | return "" # no placeholder is needed |
| 87 | @property |
| 88 | def instruction_template(self,): |
| 89 | return "" # with role and placeholder |
nothing calls this directly
no outgoing calls
no test coverage detected