()
| 87 | } |
| 88 | |
| 89 | export function getManifestsDir(): string { |
| 90 | return path.join(getResourceRoot(), 'manifests'); |
| 91 | } |
| 92 | |
| 93 | export function getStructuredOutputSchemasDir(): string { |
| 94 | return path.join(getResourceRoot(), 'schemas', 'structured-output'); |
no test coverage detected