Skip to content

Commit

Permalink
clean coding
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Feb 6, 2025
1 parent 74b09dd commit fcd93f6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ export const createFinishWorkflowPrompt = async (customInstructions?: string) =>
- The response should start and end with curly braces`;

const workflowSummarySystemPrompt = await PromptTemplate.fromTemplate(
`Summarize the following messages in detail. This is being returned as a report to what was accomplished during the execution of the workflow. Additionally,
provide a recommendation for the next action to take when the workflow begins again and how long until the next workflow should begin.
`
Summarize the following messages in detail. This is being returned as a report to what was accomplished during the execution of the workflow.
Additionally,provide a recommendation for the next action to take when the workflow begins again and how long until the next workflow should begin.
You have a personality, so you should act accordingly.
{characterDescription}
Expand Down

0 comments on commit fcd93f6

Please sign in to comment.