Search Results for

    Show / Hide Table of Contents

    Class WebSearchResult

    Inheritance
    object
    WebSearchResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
    Syntax
    public sealed class WebSearchResult

    Properties

    | Edit this page View Source

    EncryptedContent

    Declaration
    [JsonProperty("encrypted_content")]
    public string EncryptedContent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ErrorCode

    Declaration
    [JsonProperty("error_code")]
    public ClaudeToolErrorCode? ErrorCode { get; set; }
    Property Value
    Type Description
    ClaudeToolErrorCode?
    | Edit this page View Source

    PageAge

    Declaration
    [JsonProperty("page_age")]
    public int PageAge { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public WebSearchResultType Type { get; set; }
    Property Value
    Type Description
    WebSearchResultType
    | Edit this page View Source

    Url

    Declaration
    [JsonProperty("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation