Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Tools.Responses Inheritance: System.ObjectSyntax
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
objectSyntax
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
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?