mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 22:52:10 +00:00
3 lines
122 B
C#
3 lines
122 B
C#
|
|
namespace AIStudio.Tools.Security;
|
|||
|
|
|
|||
|
|
public sealed record PromptInjectionAlertMessage(PromptInjectionScanResult Result);
|