ModerationOutputModerationResultsResult
autogen.oai.oai_models.chat_completion.ModerationOutputModerationResultsResult #
Bases: BaseModel
categories instance-attribute #
A dictionary of moderation categories to booleans, True if the input is flagged under this category.
category_applied_input_types instance-attribute #
Which modalities of input are reflected by the score for each category.
category_scores instance-attribute #
A dictionary of moderation categories to scores.
flagged instance-attribute #
A boolean indicating whether the content was flagged by any category.
type instance-attribute #
The object type, which was always moderation_result for successful moderation results.