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