(&self)
| 10 | /// Get the assembled system prompt from slots. |
| 11 | #[allow(dead_code)] |
| 12 | pub(super) fn system_prompt(&self) -> String { |
| 13 | self.config.prompt_slots.build() |
| 14 | } |
| 15 | |
| 16 | /// Get the assembled system prompt from slots with an explicit style. |
| 17 | fn system_prompt_for_style(&self, style: AgentStyle) -> String { |
no test coverage detected