AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicMessageEventData

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

    Properties

    Delta

    Declaration
    public ContentDelta Delta { get; set; }
    Property Value
    Type Description
    ContentDelta

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    Type

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

    Usage

    Declaration
    public AnthropicUsage Usage { get; set; }
    Property Value
    Type Description
    AnthropicUsage

    Extension Methods

    ConverterExtensions.ToChatCompletionDelta(AnthropicMessageEventData)
    In this article
    Back to top Generated by DocFX