@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/dist/index.mjs CHANGED
@@ -5027,7 +5027,7 @@ var STREAM_PREVIEW_MAX_CHARS = 200;
5027
5027
  var TOOL_TRACKING_MAX_ROWS = 5;
5028
5028
  var TOOL_TRACKING_MAX_CHARS = 200;
5029
5029
  var TOOL_TRACKING_SAMPLE_ROWS = 3;
5030
- var DEFAULT_QUERY_LIMIT = 10;
5030
+ var DEFAULT_QUERY_LIMIT = 24;
5031
5031
  var MAX_AGENT_QUERY_LIMIT = 10;
5032
5032
  var MAX_COMPONENT_QUERY_LIMIT = 100;
5033
5033
  var EXACT_MATCH_SIMILARITY_THRESHOLD = 0.99;