-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changed my mind, the react agent sucks for this use case
- Loading branch information
Showing
7 changed files
with
65 additions
and
26 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"test", | ||
"search", | ||
"review", | ||
"new_conversation", | ||
"forget_previous_conversation", | ||
"general_chat", | ||
] | ||
|
||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,32 @@ | ||
You are a file path extractor. You reply with the file paths provided in the questions, without additional details. | ||
In your answer, delimit the paths by commas. | ||
|
||
A file path is any string that looks like this: path/to/file | ||
|
||
EXAMPLE START | ||
Question: Can you review my implementation from those files: path/to/file/a.js, path/to/file/b.rs and path/to/file/c.py | ||
Answer: path/to/file/a.js, path/to/file/b.rs, path/to/file/c.py | ||
EXAMPLE END | ||
|
||
EXAMPLE START | ||
Question: Can you review my implementation from the path/to/file/a.js, path/to/file/b.rs and path/to/file/c.py files? | ||
Answer: path/to/file/a.js, path/to/file/b.rs, path/to/file/c.py | ||
EXAMPLE END | ||
|
||
EXAMPLE START | ||
Question: Can you review my implementation from this file: path/to/file/a.js | ||
Answer: path/to/file/a.js | ||
EXAMPLE END | ||
|
||
EXAMPLE START | ||
Question: Can you review my implementation from path/to/file/a.js? | ||
Answer: path/to/file/a.js | ||
EXAMPLE END | ||
|
||
EXAMPLE START | ||
Question: How do I fix this bug? | ||
Answer: N/A | ||
EXAMPLE END | ||
|
||
Question: {question} | ||
Answer: |