feat(server): audio transcription (#10733)

This commit is contained in:
darkskygit
2025-03-20 07:12:27 +00:00
parent bd5d930490
commit c16ae2d5b4
19 changed files with 712 additions and 58 deletions
@@ -0,0 +1,2 @@
export { CopilotTranscriptionResolver } from './resolver';
export { CopilotTranscriptionService } from './service';