Trying to fix error of Enumerated task list

This commit is contained in:
IntelligenzaArtificiale
2023-05-06 16:33:40 +02:00
committed by GitHub
parent 9558fe1c7a
commit 7d8d500e69
+1 -1
View File
@@ -14,7 +14,7 @@ class TaskCreationChain(LLMChain):
" This result was based on this task description: {task_description}."
" These are incomplete tasks: {incomplete_tasks}."
" Based on the result, create new tasks to be completed"
" Return the task as an List."
" Return the task as an List without anything else."
)
prompt = PromptTemplate(
template=task_creation_template,