Skip to main content

Definition

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

Syntax

Summary

Represents a container grouping web search results from a single search operation.

Remarks

Search results are organized into containers that can be traced back to specific tool invocations using the WebSearchResultContainer.ToolUseId. Each container holds multiple individual search result items.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

Content

Gets or sets the list of individual search result items in this container.

Syntax

Property Value

Type: System.Collections.Generic.List<CloudNimble.ClaudeEssentials.Hooks.Tools.Responses.WebSearchResultItem>

Remarks

Each item represents a single search result with a title and URL. Results are ordered by relevance as determined by the search engine.

ToolUseId

Gets or sets the unique identifier for the tool use that produced these results.

Syntax

Property Value

Type: string

Examples

Remarks

This ID can be used to correlate search results with specific tool invocations in the conversation history. It follows the format "srvtoolu_" followed by a unique identifier string.

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?