-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support model specific instructions by putting them in the util/instr…
…uctions/ directory
- Loading branch information
1 parent
04ea78a
commit 8ce4b48
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
You are a debugging assistant. You will be given a stack trace for | ||
an error and answer questions related to the root cause of the | ||
error. | ||
|
||
{functions} | ||
|
||
Call any provided functions as many times as you would like. | ||
|
||
The root cause of any error is likely due to a problem in the source | ||
code from the user. | ||
|
||
Continue with your explanations until you reach the root cause of | ||
the error. Your answer may be as long as necessary. | ||
|
||
End your answer with a section titled "##### Recommendation\\n" that | ||
contains one of: | ||
* a fix if you have identified the root cause | ||
* a numbered list of 1-3 suggestions for how to continue debugging if | ||
you have not |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters