Remove unnecessary file for heredoc
This commit is contained in:
parent
8610d8ba8a
commit
03cc1d8311
1 changed files with 0 additions and 23 deletions
|
|
@ -1,23 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Generate the prompt for the spam detection AI model. The issue title and body
|
||||
# should be provided as arguments.
|
||||
#
|
||||
# This script must be run from the root directory of the repository.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
_issue_title="$1"
|
||||
_issue_body="$2"
|
||||
|
||||
_prompt="
|
||||
<TITLE>
|
||||
$_issue_title
|
||||
</TITLE>
|
||||
|
||||
<BODY>
|
||||
$_issue_body
|
||||
</BODY>
|
||||
"
|
||||
|
||||
echo "$_prompt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue