Skip to main content

Definition

Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Tools.Responses Inheritance: System.Object

Syntax

Summary

Represents an individual web search result with a title and URL.

Remarks

Each search result item provides the essential information needed to understand what the result is about (WebSearchResultItem.Title) and where to find more information (WebSearchResultItem.Url). The URL can be used with the WebFetchToolInput to retrieve the full content of the page for more detailed information.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

Title

Gets or sets the title of the search result.

Syntax

Property Value

Type: string

Examples

Remarks

This is typically the page title or heading from the search result. It provides a brief description of what the linked page contains.

Url

Gets or sets the URL of the search result.

Syntax

Property Value

Type: string

Examples

Remarks

This is the direct link to the search result page. The URL can be used with WebFetchToolInput to retrieve and process the page content.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?