Add suggested title to task generation (#719)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Kerem Yilmaz
2024-08-23 23:16:41 +03:00
committed by GitHub
parent 3ee98f35b2
commit 931726a9ca
6 changed files with 38 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ class TaskGenerationModel(Base):
navigation_payload = Column(JSON)
data_extraction_goal = Column(String)
extracted_information_schema = Column(JSON)
suggested_title = Column(String) # task title suggested by the language model
llm = Column(String) # language model to use
llm_prompt = Column(String) # The prompt sent to the language model