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

Method system_prompt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected