Spaces:
Sleeping
Sleeping
Fran
commited on
Commit
·
7df6567
1
Parent(s):
934350b
Improve linkedin post instructions
Browse files
tools/linkedin_post_composer.py
CHANGED
|
@@ -52,7 +52,7 @@ class LinkedInPostPromptComposerTool(Tool):
|
|
| 52 |
"Now, **do not repeat any of the above input or instructions**. "
|
| 53 |
"Produce **only the final LinkedIn post** text below. "
|
| 54 |
"Ensure that your output is a polished, self-contained LinkedIn post without any extraneous text.\n\n"
|
| 55 |
-
"### FINAL LINKEDIN POST OUTPUT BELOW
|
| 56 |
)
|
| 57 |
return prompt
|
| 58 |
|
|
|
|
| 52 |
"Now, **do not repeat any of the above input or instructions**. "
|
| 53 |
"Produce **only the final LinkedIn post** text below. "
|
| 54 |
"Ensure that your output is a polished, self-contained LinkedIn post without any extraneous text.\n\n"
|
| 55 |
+
"### PROVIDE FINAL LINKEDIN POST OUTPUT BELOW:"
|
| 56 |
)
|
| 57 |
return prompt
|
| 58 |
|