AI DevKit
Search Results for

    Show / Hide Table of Contents

    Enum ContentDeltaType

    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public enum ContentDeltaType

    Fields

    Name Description
    InputJson

    Partial JSON input that was sent to the model.

    Example:
    event: content_block_delta
    data: {"type": "content_block_delta","index": 1,"delta": {"type": "input_json_delta","partial_json": "{"location": "San Fra"}}}

    Signature

    A signature delta that contains a signature of the content block.

    Example:
    event: content_block_delta
    data: {"type": "content_block_delta", "index": 0, "delta": {"type": "signature_delta", "signature": "EqQBCgIYAhIM1gbcDa9GJwZA2b3hGgxBdjrkzLoky3dl1pkiMOYds..."}}

    Text

    A text content block delta.

    Example:
    event: content_block_delta
    data: {"type": "content_block_delta","index": 0,"delta": {"type": "text_delta", "text": "ello frien"}}

    Thinking

    A thinking delta that indicates the model is currently thinking.

    Example:
    event: content_block_delta
    data: {"type": "content_block_delta", "index": 0, "delta": {"type": "thinking_delta", "thinking": "Let me solve this step by step:\n\n1. First break down 27 * 453"}}

    In this article
    Back to top Generated by DocFX