MCPcopy Create free account
hub / github.com/FreedomIntelligence/CMB / instruction_template

Method instruction_template

workers/base.py:88–89  ·  view source on GitHub ↗
(self,)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected