Skip to main content

Definition

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

Syntax

CloudNimble.ClaudeEssentials.Hooks.Tools.Inputs.WebSearchToolInput

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

public WebSearchToolInput()

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

AllowedDomains

Gets or sets the domains to include in search results.

Syntax

public string[] AllowedDomains { get; set; }

Property Value

Type: string[]?

Remarks

Only include search results from these domains.

BlockedDomains

Gets or sets the domains to exclude from search results.

Syntax

public string[] BlockedDomains { get; set; }

Property Value

Type: string[]?

Remarks

Never include search results from these domains.

Query

Gets or sets the search query to use.

Syntax

public string Query { get; set; }

Property Value

Type: string

Remarks

Minimum 2 characters.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?