Skip to content

Commit

Permalink
Merge pull request #259 from CommandDash/refactor/basic-prompt-update
Browse files Browse the repository at this point in the history
refactor command prompt update
  • Loading branch information
samyakkkk authored Apr 23, 2024
2 parents c2b504f + eb1b798 commit 473d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/media/onboarding/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ let data = Object.freeze([
"outputs": [
"651573210"
],
"prompt": "You are a Flutter/Dart assistant helping user to write code.\n\n Please find instructions provided by user <Instructions> and the code that is need to be modified <Code> based on the provided instructions:\n\n Instructions: <640160831>\n\n Code:\n <555878446>\n\nNote:\nState any assumption made and improvements introduced used while modification.",
"prompt": "You are a Flutter/Dart assistant helping user to write code.\n\n Please find instructions provided by user <Instructions> and the code that needs to be modified <Code> based on the provided instructions:\n\n Instructions: <640160831>\n\n Code:\n <555878446>\nOutput the modified code with any notes that the user needs to know.\n",
"type": "prompt_query",
"version": "0.0.1"
},
Expand Down

0 comments on commit 473d190

Please sign in to comment.