登録して招待リンクを共有すると、動画再生報酬と紹介報酬を獲得できます。

Dan
@Daniel_Farinax
🇺🇸 Join our community: Building FREE apps and more.
参加 July 2009
581 フォロー中    11.9K ファン
Grok Build Developers 💾 Headless runs aren't one-shot. Capture a session, then continue it later with full context. # run headless, grab the session id SID=$(grok -p "My name is Dan" --output-format json | jq -r .sessionId) # resume that exact session, it still remembers grok -r "$SID" -p "What's my name?" # -> Dan -c continues the most recent session in this dir; -r targets a specific one. Plain output won't return the id, so use --output-format json.
もっと見る