Loading...
Loading...
Compare original and translation side by side
statusstepmessagestatusstepmessagethinkingrunningdoneerrorthinkingrunningdoneerrorINSTALLATION.mdINSTALLATION.mdif command -v ploop >/dev/null 2>&1; then
PLOOP="ploop"
else
PLOOP="npx ploop@latest"
fi
$PLOOP start --json$PLOOP poll --jsonif command -v ploop >/dev/null 2>&1; then
PLOOP="ploop"
else
PLOOP="npx ploop@latest"
fi
$PLOOP start --json$PLOOP poll --jsonmessages[]$PLOOP status --conversation <conversation_id> --state thinking
$PLOOP step --conversation <conversation_id> --message "<meaningful milestone>"
$PLOOP send --conversation <conversation_id> --message "<final answer>"
$PLOOP status --conversation <conversation_id> --state done$PLOOP status --conversation <conversation_id> --state error
$PLOOP send --conversation <conversation_id> --message "I hit an issue while processing this. I can retry now."messages[]$PLOOP status --conversation <conversation_id> --state thinking
$PLOOP step --conversation <conversation_id> --message "<meaningful milestone>"
$PLOOP send --conversation <conversation_id> --message "<final answer>"
$PLOOP status --conversation <conversation_id> --state done$PLOOP status --conversation <conversation_id> --state error
$PLOOP send --conversation <conversation_id> --message "I hit an issue while processing this. I can retry now."status thinkingstepsenddoneerrorstatus thinkingstepsenddoneerrorstatusstepmessageINSTALLATION.mdstatusstepmessageINSTALLATION.md