mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-06 00:29:07 +00:00
3 lines
147 B
C#
3 lines
147 B
C#
|
namespace AIStudio.Tools;
|
||
|
|
||
|
public readonly record struct ButtonData(string Text, string Icon, Color Color, string Tooltip, Func<Task> AsyncAction);
|