mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-08 18:35:35 +08:00
feat: add support for parsing loose JSON lists into arrays in tool call parameters
This commit is contained in:
@@ -5,8 +5,8 @@ ROOT_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
TARGETS_FILE="${1:-$ROOT_DIR/plans/node-syntax-gate-targets.txt}"
|
||||
|
||||
if [[ ! -f "$TARGETS_FILE" ]]; then
|
||||
echo "missing targets file: $TARGETS_FILE" >&2
|
||||
exit 1
|
||||
echo "checked=0 missing=0 invalid=0"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
checked=0
|
||||
|
||||
Reference in New Issue
Block a user