()
| 977 | const diagnostics = getAssistantDiagnostics(lastMessage); |
| 978 | |
| 979 | if (diagnostics?.errorMessage) { |
| 980 | return { |
| 981 | stopReason: diagnostics.stopReason, |
| 982 | errorMessage: diagnostics.errorMessage, |
| 983 | }; |
| 984 | } |
nothing calls this directly
no outgoing calls
no test coverage detected