Class WebSearchToolResultContent
Inheritance
WebSearchToolResultContent
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class WebSearchToolResultContent : ContentBlock
Properties
|
Edit this page
View Source
Result
Declaration
[JsonProperty("content")]
public SingleOrArray<WebSearchResult> Result { get; set; }
Property Value
|
Edit this page
View Source
ToolUseId
Declaration
[JsonProperty("tool_use_id")]
public string ToolUseId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public override ContentType Type { get; }
Property Value
Overrides
Extension Methods