mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 13:41:37 +00:00
4 lines
87 B
C#
4 lines
87 B
C#
namespace AIStudio.Provider;
|
|
|
|
public sealed record TranscriptionResponse(string Text);
|