AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class GeminiChatStreamParser

    Inheritance
    object
    GeminiChatStreamParser
    Implements
    IChatStreamParser
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class GeminiChatStreamParser : IChatStreamParser

    Constructors

    GeminiChatStreamParser(JsonSerializerSettings)

    Declaration
    public GeminiChatStreamParser(JsonSerializerSettings jsonSettings)
    Parameters
    Type Name Description
    JsonSerializerSettings jsonSettings

    Methods

    Parse(string)

    Declaration
    public IEnumerable<ChatStreamChunk> Parse(string raw)
    Parameters
    Type Name Description
    string raw
    Returns
    Type Description
    IEnumerable<ChatStreamChunk>

    Implements

    IChatStreamParser
    In this article
    Back to top Generated by DocFX