mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-10 22:38:00 -05:00
Merge pull request #91 from HarshavardhanNetha/patch-1
Update tasks.py in landing page generator | Fixed a typo
This commit is contained in:
@@ -38,7 +38,7 @@ class TaskPrompts():
|
||||
YOU MUST COPY, and then YOU MUST read the src/component
|
||||
in the directory you just copied, to decide what
|
||||
component files should be updated to make the
|
||||
landing page about the idea bellow.
|
||||
landing page about the idea below.
|
||||
|
||||
- YOU MUST READ THE DIRECTORY BEFORE CHOOSING THE FILES.
|
||||
- YOU MUST NOT UPDATE any Pricing components.
|
||||
@@ -78,7 +78,7 @@ class TaskPrompts():
|
||||
You'll get a $100 tip if you follow all the rules!
|
||||
|
||||
Also update any necessary text to reflect this landing page
|
||||
is about the idea bellow.
|
||||
is about the idea below.
|
||||
|
||||
IDEA
|
||||
----------
|
||||
@@ -87,10 +87,10 @@ class TaskPrompts():
|
||||
|
||||
def component_content():
|
||||
return dedent("""
|
||||
A engineer will update the {component} (code bellow),
|
||||
A engineer will update the {component} (code below),
|
||||
return a list of good options of texts to replace
|
||||
EACH INDIVIDUAL existing text on the component,
|
||||
the suggestion MUST be based on the idea bellow,
|
||||
the suggestion MUST be based on the idea below,
|
||||
and also MUST be similar in length with the original
|
||||
text, we need to replace ALL TEXT.
|
||||
|
||||
@@ -145,7 +145,7 @@ class TaskPrompts():
|
||||
def qa_component():
|
||||
return dedent("""
|
||||
Check the React component code to make sure
|
||||
it's valid and abide by the rules bellow,
|
||||
it's valid and abide by the rules below,
|
||||
if it doesn't then write the correct version to
|
||||
the file system using the write file tool into
|
||||
the following path: {component}.
|
||||
|
||||
Reference in New Issue
Block a user