mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
8 lines
149 B
Bash
8 lines
149 B
Bash
#!/bin/sh
|
|
if test -e .posttool-blocked; then
|
|
exit 0
|
|
fi
|
|
: > .posttool-blocked
|
|
printf '%s\n' 'tool output rejected by policy: retry once' >&2
|
|
exit 2
|