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