Class WebSearchResult
Inheritance
WebSearchResult
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
|
Edit this page
View Source
ErrorCode
Declaration
[JsonProperty("error_code")]
public ClaudeToolErrorCode? ErrorCode { get; set; }
Property Value
|
Edit this page
View Source
PageAge
Declaration
[JsonProperty("page_age")]
public int PageAge { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public WebSearchResultType Type { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Extension Methods