( _sessionId: string, _options?: GetSessionMessagesOptions, )
| 176 | * @returns Array of messages, or empty array if session not found |
| 177 | */ |
| 178 | export async function getSessionMessages( |
| 179 | _sessionId: string, |
| 180 | _options?: GetSessionMessagesOptions, |
| 181 | ): Promise<SessionMessage[]> { |
| 182 | throw new Error('getSessionMessages is not implemented in the SDK') |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * List sessions with metadata. |
no outgoing calls
no test coverage detected