Skip to content
Snippets Groups Projects
Commit 4ec3ba10 authored by Yi Ding's avatar Yi Ding
Browse files

use destructured variable

parent 62b7e2f6
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ export const defaultSummaryPrompt: Prompt = (input: { ...@@ -50,7 +50,7 @@ export const defaultSummaryPrompt: Prompt = (input: {
return `Write a summary of the following. Try to use only the information provided. Try to include as many key details as possible. return `Write a summary of the following. Try to use only the information provided. Try to include as many key details as possible.
${input.context} ${context}
SUMMARY:""" SUMMARY:"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment