Add html elements tree in prompt (#731)

This commit is contained in:
Kerem Yilmaz
2024-08-26 12:39:46 +03:00
committed by GitHub
parent db25c6a261
commit 0a9691a485
3 changed files with 72 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ export const ArtifactType = {
LLMResponseParsed: "llm_response_parsed",
VisibleElementsTree: "visible_elements_tree",
VisibleElementsTreeTrimmed: "visible_elements_tree_trimmed",
VisibleElementsTreeInPrompt: "visible_elements_tree_in_prompt",
LLMPrompt: "llm_prompt",
LLMRequest: "llm_request",
HTMLScrape: "html_scrape",