mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 19:02:56 +00:00
4 lines
155 B
C#
4 lines
155 B
C#
|
namespace AIStudio.Tools;
|
||
|
|
||
|
// ReSharper disable ClassNeverInstantiated.Global
|
||
|
public sealed class ContentStreamDocumentMetadata : ContentStreamSseMetadata;
|