FilePart 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.
Reference to a pre-uploaded file.
public sealed class FilePart : Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.IMessagePart
type FilePart = class
interface IMessagePart
Public NotInheritable Class FilePart
Implements IMessagePart
- Inheritance
-
FilePart
- Implements
Constructors
| Name | Description |
|---|---|
| FilePart(String, String, String) |
Initializes a new instance of the FilePart class. |
Properties
| Name | Description |
|---|---|
| FileId |
Gets the file identifier. |
| MimeType |
Gets the optional MIME type. |
| Modality |
Gets the media modality. |
| Type |
Gets the discriminator string for this part type (e.g. "text", "tool_call"). |