We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea62cd9 commit aedc2f5Copy full SHA for aedc2f5
scripts/extract-text.sh
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env bash
2
+grep --line-buffered -E '^\{"type":"assistant"' "$@" | jq --unbuffered -r '.message.content[]? | select(.type=="text") | .text'
scripts/run_reconnection_test.sh
0 commit comments