AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ContentDelta

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

    Properties

    InputJson

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

    PartialJson

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

    Signature

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

    Text

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

    Thinking

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

    Type

    Declaration
    public ContentDeltaType Type { get; set; }
    Property Value
    Type Description
    ContentDeltaType
    In this article
    Back to top Generated by DocFX