veryfront 0.1.1023 → 0.1.1025

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/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.1023",
3
+ "version": "0.1.1025",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -1,4 +1,4 @@
1
- const CHILD_RUN_RESULT_TEXT_LIMIT = 4_000;
1
+ const CHILD_RUN_RESULT_TEXT_LIMIT = 64_000;
2
2
  const CHILD_RUN_VALUE_STRING_LIMIT = 500;
3
3
  const CHILD_RUN_VALUE_SUMMARY_MAX_DEPTH = 5;
4
4
  const MALFORMED_TOOL_RESPONSE_PATTERN = /<tool_response(?:\s[^>]*)?>([\s\S]*?)<\/tool_response>/gi;