(
self,
system_prompt: str,
config: ControlLayerConfig,
)
| 364 | """ |
| 365 | |
| 366 | def __init__( |
| 367 | self, |
| 368 | system_prompt: str, |
| 369 | config: ControlLayerConfig, |
| 370 | ): |
| 371 | self.system_prompt = system_prompt |
| 372 | self.config = config |
| 373 | |
| 374 | def build( |
| 375 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected