(projectRoot: string)
| 83 | |
| 84 | /** Absolute path to a project's ShareGPT dataset (for fine-tune tooling). */ |
| 85 | export function getShareGptDatasetPath(projectRoot: string): string { |
| 86 | return datasetPath(projectRoot); |
| 87 | } |
nothing calls this directly
no test coverage detected