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