import { type ModerationCreateResponse } from "https://deno.land/x/openai@v4.29.0/resources/moderations.ts";
Represents if a given text input is potentially harmful.
Properties
results: Array<Moderation>
A list of moderation objects.
x/openai/resources/moderations.ts>ModerationCreateResponse
import { type ModerationCreateResponse } from "https://deno.land/x/openai@v4.29.0/resources/moderations.ts";
Represents if a given text input is potentially harmful.
A list of moderation objects.