Interface: LoadIndexesResult
Result of aloadIndexes() call.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
loadIndexes() call.
| Property | Type | Description |
|---|---|---|
loaded | string[] | Names of the indexes that loaded. |
failed | Record<string, string> | Names that failed to load, mapped to the error message. |