()
| 92 | } |
| 93 | |
| 94 | export async function getSessionEventsSchemaPath(): Promise<string> { |
| 95 | return resolveCopilotSchemaPath(SDK_NODE_MODULES, "session-events.schema.json"); |
| 96 | } |
| 97 | |
| 98 | export async function getApiSchemaPath(cliArg?: string): Promise<string> { |
| 99 | if (cliArg) return cliArg; |
no test coverage detected
searching dependent graphs…