AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class WebSearchResult

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

    Properties

    EncryptedContent

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

    ErrorCode

    Declaration
    public ServerToolErrorCode? ErrorCode { get; set; }
    Property Value
    Type Description
    ServerToolErrorCode?

    PageAge

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

    Title

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

    Type

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

    Url

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