Class MessageFile
A list of files attached to a message.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class MessageFile : OpenAIObject
Properties
| Edit this page View SourceMessageId
The ID of the message that the File is attached to.
Declaration
[JsonProperty("message_id")]
public string MessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |