ghl_train_crawler_urls
Ingest discovered page URLs into a knowledge base to start AI training. Provide knowledgeBaseId, operationId, and urlIds from ghl_list_crawler_urls.
Instructions
Ingest a set of discovered page URLs into the knowledge base for AI training. Use urlIds from ghl_list_crawler_urls. Returns { success: true } when training starts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlIds | Yes | Array of URL IDs to train (retrieve IDs via ghl_list_crawler_urls) | |
| operationId | Yes | Operation ID from ghl_discover_website | |
| knowledgeBaseId | Yes | Knowledge base ID |