Class PromptFeedback
A set of the feedback metadata the prompt specified in GenerateContentRequest.Contents.
Inheritance
PromptFeedback
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class PromptFeedback
Properties
|
Edit this page
View Source
BlockReason
Declaration
[JsonProperty("blockReason")]
public FinishReason? BlockReason { get; set; }
Property Value
|
Edit this page
View Source
SafetyRatings
Declaration
[JsonProperty("safetyRatings")]
public SafetyRating[] SafetyRatings { get; set; }
Property Value
Methods
|
Edit this page
View Source
Safety(SafetyRating[])
Declaration
public static PromptFeedback Safety(SafetyRating[] SafetyRatings)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods