import { type Moderation } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
const { CategoryScores } = Moderation;
A list of the categories along with their scores as predicted by model.
x/openai/resources/mod.ts>Moderation.CategoryScores
import { type Moderation } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
const { CategoryScores } = Moderation;
A list of the categories along with their scores as predicted by model.