Crawl4AITool

Crawl4AITool(**kwargs)

Crawl a website and extract information using the crawl4ai library.

Initialize the Crawl4AITool.

Parameters:
NameDescription
**kwargs

Class Attributes

register_for_execution



register_for_llm



register_tool



Instance Attributes

description



func



function_schema


Get the schema for the function.

This is the old way of handling function calls with OpenAI and compatible frameworks. It is provided for backward compatibility.

name



realtime_tool_schema


Get the schema for the tool.

This is the preferred way of handling function calls with OpeaAI and compatible frameworks.

tool_schema


Get the schema for the tool.

This is the preferred way of handling function calls with OpeaAI and compatible frameworks.