Reserved: restore a historical session
(_sessionId: string)
| 973 | |
| 974 | await cs.session.prompt(promptText, promptOptions); |
| 975 | |
| 976 | const lastMessage = cs.session.state.messages.at(-1); |
| 977 | const diagnostics = getAssistantDiagnostics(lastMessage); |
| 978 | |
| 979 | if (diagnostics?.errorMessage) { |
| 980 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected