Fix: exclude platform_schedule_tool in CLI (#6442)
This commit is contained in:
@@ -164,8 +164,10 @@ export GOOSE_AUTO_COMPACT_THRESHOLD=0.005
|
||||
|
||||
OUTPUT=$(mktemp)
|
||||
|
||||
echo "Step 1: Creating session with first message..."
|
||||
(cd "$TESTDIR" && "$GOOSE_BIN" run --text "hello" 2>&1) | tee "$OUTPUT"
|
||||
LONG_RESPONSE_PROMPT="Count from 1 to 200, one number per line."
|
||||
|
||||
echo "Step 1: Creating session with first message (generating tokens for threshold)..."
|
||||
(cd "$TESTDIR" && "$GOOSE_BIN" run --text "$LONG_RESPONSE_PROMPT" 2>&1) | tee "$OUTPUT"
|
||||
|
||||
if ! command -v jq &> /dev/null; then
|
||||
echo "✗ FAILED: jq is required for this test"
|
||||
|
||||
Reference in New Issue
Block a user