mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +00:00
6 lines
237 B
C#
6 lines
237 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace AIStudio.Tools.Rust;
|
|
|
|
/// <param name="Text">The content to filter.</param>
|
|
public readonly record struct SanitizePromptInjectionsRequest([property: JsonPropertyName("text")] string Text); |