mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:49:06 +00:00
3 lines
95 B
C#
3 lines
95 B
C#
namespace AIStudio.Tools;
|
|
|
|
public readonly record struct SendToData(Event Event, string Route); |