(self, prompt: str, **kwargs: str)
| 254 | |
| 255 | class StableCode(PromptStyle): |
| 256 | def apply(self, prompt: str, **kwargs: str) -> str: |
| 257 | return f'###Instruction\n{prompt}###Response\n' |
| 258 | |
| 259 | |
| 260 | class CodeLlama(PromptStyle): |
nothing calls this directly
no outgoing calls
no test coverage detected