Documentation Index
Fetch the complete documentation index at: https://dev.docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
Constructors
Interfaces
Constructors
constructor
Parameters
The safety evaluation result data.
Returns
SafetyResult
Interfaces
SafetyResultInterface
Interface representing a safety evaluation result.Properties
isSafe:boolean
Whether the content is considered safe
text: string
The text that was evaluated for safety
classes?: string[]
Optional classification results that triggered safety violations
keywordMatches?: KeywordMatchInterface[]
Optional keyword matches that triggered safety violations