diff --git a/crawl4ai/prompts.py b/crawl4ai/prompts.py index 323c4774..a55d6fca 100644 --- a/crawl4ai/prompts.py +++ b/crawl4ai/prompts.py @@ -29,7 +29,7 @@ To generate the JSON objects: 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. Please provide your output within tags, like this: @@ -87,7 +87,7 @@ To generate the JSON objects: 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. 7. Never alter the extracted content, just copy and paste it as it is. @@ -142,7 +142,7 @@ To generate the JSON objects: 5. Make sure the generated JSON is complete and parsable, with no errors or omissions. -6. Make sur to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. +6. Make sure to escape any special characters in the HTML content, and also single or double quote to avoid JSON parsing issues. 7. Never alter the extracted content, just copy and paste it as it is. @@ -201,4 +201,4 @@ Avoid Common Mistakes: - Do not generate the Python coee show me how to do the task, this is your task to extract the information and return it in JSON format. Result -Output the final list of JSON objects, wrapped in ... XML tags. Make sure to close the tag properly.""" \ No newline at end of file +Output the final list of JSON objects, wrapped in ... XML tags. Make sure to close the tag properly."""