| 1314 | } |
| 1315 | |
| 1316 | QString ChatRootView::baseSystemPrompt() const |
| 1317 | { |
| 1318 | return m_agentRoleController->baseSystemPrompt(); |
| 1319 | } |
| 1320 | |
| 1321 | QString ChatRootView::currentAgentRoleDescription() const |
| 1322 | { |
nothing calls this directly
no outgoing calls
no test coverage detected