namespace AIStudio.Tools; /// /// The response from the set clipboard operation. /// /// True when the operation was successful. /// The issue that occurred during the operation, empty when successful. public readonly record struct SetClipboardResponse(bool Success, string Issue);