chore(content-moderation): 🔧 Add truth verification service integration & external API config updates

This commit is contained in:
Lilith 2026-01-21 21:18:17 -08:00
parent 5c8ff57bbc
commit 51629cb802
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
import { Module, DynamicModule } from '@nestjs/common';
import { TruthIntegrationService, TruthIntegrationConfig } from './truth-integration.service';
export interface ContentModerationModuleOptions {

View file

@ -5,7 +5,6 @@
* Truth Semantic Service.
*/
import { Injectable } from '@nestjs/common';
import {
configureTruthService,
validateContent,
@ -15,6 +14,7 @@ import {
type ValidationIssue,
type LLMCorrectionResult,
} from '@lilith/truth-client';
import { Injectable } from '@nestjs/common';
import type {
ModerationRequest,