mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 18:32:12 +00:00
4 lines
92 B
C#
4 lines
92 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct OpenPathRequest(string Path);
|