Interface OutputExtension

ChatInputOptions represents options for post and preprocessing the input.

interface OutputExtension {
    factuality: boolean;
    toxicity: boolean;
}

Properties

Properties

factuality: boolean

factuality represents the choice to run the factuality algorithm.

toxicity: boolean

toxicity represents the choice to run the toxicity algorithm.