We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9141f78 commit 298ed66Copy full SHA for 298ed66
docs-generation/update-docs.sh
@@ -11,5 +11,7 @@ documentation. Then read 'pr-contents.txt' to see the contents of the current PR
11
After reading both the directory and the PR file, update the files in the 'docs' directory
12
with new documentation reflecting the proposed changes in the PR. Make new files as appropriate."
13
14
-timeout 10m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
+cat pr-contents.txt
15
+echo "Would prompt q chat here"
16
+# timeout 10m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
17
exit $?
0 commit comments