gateio-api 1.2.3 → 1.2.4

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 +11511 -0
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -375,6 +375,12 @@ DefaultLogger.silly = () => {};
375
375
  const ws = new WebsocketClient({ key: 'xxx', secret: 'yyy' }, DefaultLogger);
376
376
  ```
377
377
 
378
+ ## Use with LLMs & AI
379
+
380
+ 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.
381
+
382
+ 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.
383
+
378
384
  ---
379
385
 
380
386
  <!-- template_contributions -->