Skip to content

Commit

Permalink
Update OpenaiPromptBuilder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
skitsbi committed Jul 31, 2023
1 parent c320798 commit 6bcde3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class OpenaiPromptBuilder {

public String buildPrompt(String Type) throws JsonProcessingException {
String prompt = "";

prompt += buildContext(Type);
String preferenceString ="";
prompt += buildContext(Type, preferenceString);
prompt += buildGoal();
prompt += buildFormat();
prompt += buildSubtasks();
Expand Down

0 comments on commit 6bcde3c

Please sign in to comment.