FileReferenceContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content type to support file references.
public class FileReferenceContent : Microsoft.SemanticKernel.KernelContent
type FileReferenceContent = class
inherit KernelContent
Public Class FileReferenceContent
Inherits KernelContent
- Inheritance
Constructors
FileReferenceContent() |
Initializes a new instance of the FileReferenceContent class. |
FileReferenceContent(String, String, Object, IReadOnlyDictionary<String,Object>) |
Initializes a new instance of the FileReferenceContent class. |
Properties
FileId |
The file identifier. |
InnerContent |
The inner content representation. Use this to bypass the current abstraction. (Inherited from KernelContent) |
Metadata |
The metadata associated with the content. (Inherited from KernelContent) |
MimeType |
MIME type of the content. (Inherited from KernelContent) |
ModelId |
The model ID used to generate the content. (Inherited from KernelContent) |