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