AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicChatStreamParser

    Inheritance
    object
    AnthropicChatStreamParser
    Implements
    IChatStreamParser
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class AnthropicChatStreamParser : IChatStreamParser

    Constructors

    AnthropicChatStreamParser(SSEParser, JsonSerializerSettings)

    Declaration
    public AnthropicChatStreamParser(SSEParser sseParser, JsonSerializerSettings jsonSettings)
    Parameters
    Type Name Description
    SSEParser sseParser
    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