-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JVM: Fix exception description in prompt (#489)
This PR fixes the exceptions information shown in the JVM prompt to allow LLM to read correct exception information that is needed to catch in the generated harnesses. This PR also improves the JVM prompt by adding exceptions details of object constructors / methods that create the needed object for method invocation that is originally suggested in #488. Because of its similarity, changes suggested in #488 is also added in the PR. --------- Signed-off-by: Arthur Chan <[email protected]>
- Loading branch information
1 parent
6954e1e
commit 9a5b247
Showing
2 changed files
with
10 additions
and
3 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