AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ResponseWebSearchResultLocationCitation

    Inheritance
    object
    Citation
    ResponseWebSearchResultLocationCitation
    Inherited Members
    Citation.CitedText
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class ResponseWebSearchResultLocationCitation : Citation

    Properties

    EncryptedIndex

    Required.

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

    Title

    Required. Maximum length: 512

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

    Type

    Required.

    Declaration
    public override CitationType Type { get; }
    Property Value
    Type Description
    CitationType
    Overrides
    Citation.Type

    Url

    Required.

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