Crawl4AIToolName | Description |
---|---|
llm_config | Type: LLMConfig | dict[str, typing.Any] | None Default: None |
extraction_model | Type: type[pydantic.main.BaseModel] | None Default: None |
llm_strategy_kwargs | Type: dict[str, typing.Any] | None Default: None |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |
register_for_llm
and register_for_execution
with the same agent.Name | Description |
---|---|
agent | The agent to which the tool will be registered. Type: ConversableAgent |