AI-Studio/app/MindWork AI Studio/Tools/Rust/SanitizePromptInjectionsBatchRequest.cs

6 lines
323 B
C#
Raw Normal View History

using System.Text.Json.Serialization;
namespace AIStudio.Tools.Rust;
/// <param name="Texts">The contents to filter. The runtime answers with one result per entry, in this order.</param>
public readonly record struct SanitizePromptInjectionsBatchRequest([property: JsonPropertyName("texts")] IReadOnlyList<string> Texts);