Table of Contents

Property Attachments

Namespace
LMKit.TextGeneration.Chat
Assembly
LM-Kit.NET.dll

Attachments

Gets the collection of attachments associated with the message.

public ReadOnlyObservableCollection<Attachment> Attachments { get; }

Property Value

ReadOnlyObservableCollection<Attachment>

Remarks

Attachments typically include supplementary materials such as images, documents, or other binary files that are linked to the chat session. Each attachment is uniquely identified by its Name.

The Attachments collection is read-only to ensure that attachments are managed consistently throughout the lifecycle of the chat history.

This property enables the integration of rich media content within the chat message, enhancing the user's interaction experience by providing contextual or supplementary information alongside textual messages.