| 1324 | } |
| 1325 | |
| 1326 | QString ChatRootView::currentAgentRoleSystemPrompt() const |
| 1327 | { |
| 1328 | return m_agentRoleController->currentRoleSystemPrompt(); |
| 1329 | } |
| 1330 | |
| 1331 | void ChatRootView::openAgentRolesSettings() |
| 1332 | { |
nothing calls this directly
no test coverage detected