Share via


Completions.PromptFilterResults Property

Definition

Content filtering results for zero or more prompts in the request. In a streaming request, results for different prompts may arrive at different times or in different orders.

public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.ContentFilterResultsForPrompt> PromptFilterResults { get; }
member this.PromptFilterResults : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.ContentFilterResultsForPrompt>
Public ReadOnly Property PromptFilterResults As IReadOnlyList(Of ContentFilterResultsForPrompt)

Property Value

Applies to