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.

PropertyTypeDescription
bodysome ViewInherited from View.body
MethodSignatureDescription
initinit(message: SystemStatusMessage, style: SystemMessageStyle = .subtle, showTimestamp: Bool = false, isDismissible: Bool = false, onDismiss: ((String) -> Void)? = nil)Creates a system message view with the specified configuration