chore(content-moderation): 🔧 Add truth verification service integration & external API config updates
This commit is contained in:
parent
5c8ff57bbc
commit
51629cb802
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Module, DynamicModule } from '@nestjs/common';
|
||||
|
||||
import { TruthIntegrationService, TruthIntegrationConfig } from './truth-integration.service';
|
||||
|
||||
export interface ContentModerationModuleOptions {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue