Refresh Sources
refresh_sourcesRefreshes all documentation sources by fetching llms.txt URLs and updating the local index to ensure search results are current.
Instructions
Manually trigger a refresh of all documentation sources.
This fetches documentation from all configured llms.txt URLs and updates the local index. Use this when you need the latest documentation content.
Returns: Dictionary with refreshed_count, indexed_documents, indexed_chunks, sources, and any errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| reason | No | ||
| skipped | No | ||
| sources | Yes | ||
| indexed_chunks | Yes | ||
| refreshed_count | Yes | ||
| indexed_documents | Yes |