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