AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class GenerateAnswerRequest

    Generates a response from the model given an input GenerateContentRequest. Input capabilities differ between models, including tuned models. See the model guide and tuning guide for details.

    Inheritance
    object
    RequestBody
    GenerativeAIRequest
    GenerateAnswerRequest
    Inherited Members
    GenerativeAIRequest.Model
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GenerateAnswerRequest : GenerativeAIRequest

    Properties

    AnswerStyle

    Declaration
    public AnswerStyle AnswerStyle { get; set; }
    Property Value
    Type Description
    AnswerStyle

    Contents

    Declaration
    public List<Content> Contents { get; set; }
    Property Value
    Type Description
    List<Content>

    InlinePassages

    Declaration
    public GroundingPassages InlinePassages { get; set; }
    Property Value
    Type Description
    GroundingPassages

    SafetySettings

    Declaration
    public List<SafetySetting> SafetySettings { get; set; }
    Property Value
    Type Description
    List<SafetySetting>

    SemanticRetriever

    Declaration
    public SemanticRetrieverConfig SemanticRetriever { get; set; }
    Property Value
    Type Description
    SemanticRetrieverConfig

    Temperature

    Declaration
    public double Temperature { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX