mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
added a media type to image data to distingush between .png and .jpg images for documents
This commit is contained in:
parent
5b737543ce
commit
40cfb77cb3
@ -15,4 +15,7 @@ public sealed class ContentStreamPptxImageData
|
|||||||
|
|
||||||
[JsonPropertyName("is_end")]
|
[JsonPropertyName("is_end")]
|
||||||
public bool IsEnd { get; init; }
|
public bool IsEnd { get; init; }
|
||||||
|
|
||||||
|
[JsonPropertyName("media_type")]
|
||||||
|
public string? MediaType { get; init; }
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user