using System.Text.Json.Serialization;
namespace AIStudio.Tools.Rust;
/// One result per requested text, in request order. Callers match results to their texts by index.
public readonly record struct SanitizePromptInjectionsBatchResponse([property: JsonPropertyName("results")] IReadOnlyList Results);