AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ResponseExtensions

    Response object wrapped with helper methods.

    Inheritance
    object
    ResponseExtensions
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public static class ResponseExtensions

    Methods

    SetOutputText(ChatResponse, string)

    Declaration
    public static void SetOutputText(this ChatResponse res, string text)
    Parameters
    Type Name Description
    ChatResponse res
    string text

    SetOutputText(GenerateResponse, string)

    Declaration
    public static void SetOutputText(this GenerateResponse res, string text)
    Parameters
    Type Name Description
    GenerateResponse res
    string text
    In this article
    Back to top Generated by DocFX