Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Tools.Inputs Inheritance: System.ObjectSyntax
Summary
Represents the input parameters for the WebFetch tool. The WebFetch tool fetches content from a URL and processes it using an AI model.Remarks
Fetches URL content, converts HTML to markdown, and processes the content with a prompt using a small, fast model. Includes a self-cleaning 15-minute cache.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Prompt
Gets or sets the prompt to run on the fetched content.Syntax
Property Value
Type:string
Remarks
Describes what information to extract from the page.Url
Gets or sets the URL to fetch content from.Syntax
Property Value
Type:string
Remarks
Must be a fully-formed valid URL. HTTP URLs will be automatically upgraded to HTTPS.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?