Skip to content

Commit b1ce563

Browse files
Merge pull request #10 from VinciGit00/patch-2
Update reasoning_node_prompts.py
2 parents afa9aa3 + 9fa1094 commit b1ce563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scrapegraphai/prompts/reasoning_node_prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
TEMPLATE_REASONING = """
6-
**Task**: Analyze the user's request and the provided JSON schema to guide an LLM in extracting information directly from HTML.
6+
**Task**: Analyze the user's request and the provided JSON schema to guide an LLM in extracting information directly from a markdown file previously parsed froma a HTML file.
77
88
**User's Request**:
99
{user_input}
@@ -33,7 +33,7 @@
3333
"""
3434

3535
TEMPLATE_REASONING_WITH_CONTEXT = """
36-
**Task**: Analyze the user's request, provided JSON schema, and additional context to guide an LLM in extracting information directly from HTML.
36+
**Task**: Analyze the user's request and the provided JSON schema to guide an LLM in extracting information directly from a markdown file previously parsed froma a HTML file.
3737
3838
**User's Request**:
3939
{user_input}
@@ -69,4 +69,4 @@
6969
7070
**Reasoning Output**:
7171
[Your detailed analysis based on the above instructions, incorporating insights from the additional context]
72-
"""
72+
"""

0 commit comments

Comments
 (0)