namespace AIStudio.Tools; /// /// Model for setting clipboard text. /// /// The text to set to the clipboard. public record SetClipboardText(string Text);