AIChatUploadFileInfo Constructors
Contains information about a file to be uploaded to a chat message.| Name | Parameters | Description |
|---|---|---|
| AIChatUploadFileInfo(String, String, Decimal, ReadOnlyMemory<Byte>) | name, type, size, data | Initializes a new instance of the AIChatUploadFileInfo class with specified settings. |
See Also