@superatomai/sdk-node 0.0.34-mds → 0.0.35-mds
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.
- package/README.md +942 -942
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5087,7 +5087,7 @@ var STREAM_PREVIEW_MAX_CHARS = 200;
|
|
|
5087
5087
|
var TOOL_TRACKING_MAX_ROWS = 5;
|
|
5088
5088
|
var TOOL_TRACKING_MAX_CHARS = 200;
|
|
5089
5089
|
var TOOL_TRACKING_SAMPLE_ROWS = 3;
|
|
5090
|
-
var DEFAULT_QUERY_LIMIT =
|
|
5090
|
+
var DEFAULT_QUERY_LIMIT = 24;
|
|
5091
5091
|
var MAX_AGENT_QUERY_LIMIT = 10;
|
|
5092
5092
|
var MAX_COMPONENT_QUERY_LIMIT = 100;
|
|
5093
5093
|
var EXACT_MATCH_SIMILARITY_THRESHOLD = 0.99;
|