kucoin-api 2.1.15 → 2.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/llms.txt +11277 -0
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -248,6 +248,12 @@ const ws = new WebsocketClient(
248
248
  );
249
249
  ```
250
250
 
251
+ ## Use with LLMs & AI
252
+
253
+ This SDK includes a bundled `llms.txt` file in the root of the repository. If you're developing with LLMs, use the included `llms.txt` with your LLM - it will significantly improve the LLMs understanding of how to correctly use this SDK.
254
+
255
+ This file contains AI optimised structure of all the functions in this package, and their parameters for easier use with any learning models or artificial intelligence.
256
+
251
257
  ---
252
258
 
253
259
  <!-- template_contributions -->