AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class PromptFeedback

    A set of the feedback metadata the prompt specified in GenerateContentRequest.Contents.

    Inheritance
    object
    PromptFeedback
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class PromptFeedback

    Properties

    BlockReason

    Declaration
    public StopReason? BlockReason { get; set; }
    Property Value
    Type Description
    StopReason?

    SafetyRatings

    Declaration
    public SafetyRating[] SafetyRatings { get; set; }
    Property Value
    Type Description
    SafetyRating[]

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    In this article
    Back to top Generated by DocFX