AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ContentBlockLocationCitation

    Inheritance
    object
    Citation
    LocationCitation
    ContentBlockLocationCitation
    Inherited Members
    LocationCitation.DocumentIndex
    LocationCitation.DocumentTitle
    Citation.CitedText
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class ContentBlockLocationCitation : LocationCitation

    Properties

    EndBlockIndex

    Required.

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

    StartBlockIndex

    Required. Required range: x >= 0

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

    Type

    Required.

    Declaration
    public override CitationType Type { get; }
    Property Value
    Type Description
    CitationType
    Overrides
    Citation.Type
    In this article
    Back to top Generated by DocFX