mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-16 13:22:12 +00:00
4 lines
117 B
C#
4 lines
117 B
C#
|
|
namespace AIStudio.Tools.Services;
|
||
|
|
|
||
|
|
public sealed record DataSourceEmbeddingFailure(string FilePath, string Reason);
|