Skip to main content

Definition

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

Syntax

Summary

Represents the input parameters for the WebSearch tool. The WebSearch tool allows Claude to search the web and use the results to inform responses.

Remarks

Provides up-to-date information for current events and recent data. Web search is only available in the US.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

AllowedDomains

Gets or sets the domains to include in search results.

Syntax

Property Value

Type: string[]?

Remarks

Only include search results from these domains.

BlockedDomains

Gets or sets the domains to exclude from search results.

Syntax

Property Value

Type: string[]?

Remarks

Never include search results from these domains.

Query

Gets or sets the search query to use.

Syntax

Property Value

Type: string

Remarks

Minimum 2 characters.

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?