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 255b0a2 commit efe0e2fCopy full SHA for efe0e2f
src/main/java/com/APIprotector/apiprotector/service/OverviewService.java
@@ -43,7 +43,7 @@ public Mono<String> getOverview(String jsonContents) {
43
return Mono.error(new IllegalArgumentException("Input JSON data cannot be empty."));
44
}
45
46
- return sendPrompt(this.prompt + "\n\nHre is the JSON data to analyze:\n```json\n" + jsonContents + "\n```\n");
+ return sendPrompt(this.prompt + "\n\nHere is the JSON data to analyze:\n```json\n" + jsonContents + "\n```\n");
47
48
49
public Mono<String> sendPrompt(String prompt) {
0 commit comments