Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Tools.Responses Inheritance: System.ObjectSyntax
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
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?