codemie-sdk 0.1.69 → 0.1.71

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -225,7 +225,6 @@ const params: AssistantChatParams = {
225
225
  background_task: false,
226
226
  content_raw: "", // Raw content if needed
227
227
  file_name: "", // For file processing
228
- history_index: 0,
229
228
  top_k: 1,
230
229
  metadata: {} // Additional metadata
231
230
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codemie-sdk",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "CodeMie SDK for Node.js",
5
5
  "author": "Denis Stuk <denis_stuk@epam.com>",
6
6
  "scripts": {