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, data sources, 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 content within the chat message, providing contextual or supplementary information alongside textual messages.