Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Split a list into smaller lists of a fixed maximum size.
[]
[1, 2, 3, 4, 5]
2
[[1, 2], [3, 4], [5]]