#!/usr/bin/env zsh declare -xr INSTRUCTIONS='Answer only. If it is code, code only without code-block at the beginning and the end.' if [[ $# -eq 0 ]]; then hexai "$(hx.prompt). $INSTRUCTIONS" 2>/dev/null else hexai "$@. $INSTRUCTIONS" 2>/dev/null fi