SystemMessageView
A SwiftUI view for displaying system status messages in conversations. Provides a visually distinct way to show system-generated messages, notifications, and status updates that are separate from regular conversation messages.
| Property | Type | Description |
|---|
| body | some View | Inherited from View.body |
| Method | Signature | Description |
|---|
| init | init(message: SystemStatusMessage, style: SystemMessageStyle = .subtle, showTimestamp: Bool = false, isDismissible: Bool = false, onDismiss: ((String) -> Void)? = nil) | Creates a system message view with the specified configuration |