| 1319 | } |
| 1320 | |
| 1321 | QString ChatRootView::currentAgentRoleDescription() const |
| 1322 | { |
| 1323 | return m_agentRoleController->currentRoleDescription(); |
| 1324 | } |
| 1325 | |
| 1326 | QString ChatRootView::currentAgentRoleSystemPrompt() const |
| 1327 | { |
nothing calls this directly
no test coverage detected