AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ChatSummarizer

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

    Methods

    UpdateSummaryAsync(Model, string, List<ChatMessage>)

    Declaration
    public UniTask<string> UpdateSummaryAsync(Model model, string currentSummary, List<ChatMessage> recentMessages)
    Parameters
    Type Name Description
    Model model
    string currentSummary
    List<ChatMessage> recentMessages
    Returns
    Type Description
    UniTask<string>
    In this article
    Back to top Generated by DocFX