Skip to content

Commit

Permalink
💬 Update execution prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed May 12, 2023
1 parent 722426d commit 65c20d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/src/utils/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const analyzeTaskPrompt = new PromptTemplate({

export const executeTaskPrompt = new PromptTemplate({
template:
'Answer in the "{language}" language. Given the following overall objective `{goal}` and the following sub-task, `{task}`. Perform the task in a detailed manner. If coding is required, provide code in markdown',
'Answer in the "{language}" language. Given the following overall objective `{goal}` and the following sub-task, `{task}`. Perform the task and return an adequate response.',
inputVariables: ["goal", "language", "task"],
});

Expand Down

0 comments on commit 65c20d6

Please sign in to comment.