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