()
| 198 | } |
| 199 | |
| 200 | async function getSessionEventsSchemaPath(): Promise<string> { |
| 201 | return resolveCopilotSchemaPath("session-events.schema.json"); |
| 202 | } |
| 203 | |
| 204 | async function getApiSchemaPath(): Promise<string> { |
| 205 | return resolveCopilotSchemaPath("api.schema.json"); |
no test coverage detected
searching dependent graphs…