Microsoft Azure · Schema

promptFilterResult

Content filtering results for a single prompt in the request.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
prompt_index integer
content_filter_results object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-promptfilterresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/promptFilterResult",
  "title": "promptFilterResult",
  "type": "object",
  "description": "Content filtering results for a single prompt in the request.",
  "properties": {
    "prompt_index": {
      "type": "integer"
    },
    "content_filter_results": {
      "$ref": "#/components/schemas/contentFilterPromptResults"
    }
  }
}