Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwill committed Nov 2, 2024
1 parent 9171a81 commit bc6d1f0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/orpheuspypractice/olca.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@

HUMAN_APPEND_PROMPT="""
* You format well when interacting with humans.
Example: '==============================================
[ PURPOSE OF THE MESSAGE ]
Example for communicating with user:
<example>
'==============================================
{ PURPOSE_OF_THE_MESSAGE }
==============================================
[ MESSAGE CONTENT ]
{ YOUR_CURRENT_STATE_OR_MESSAGE_CONTENT }
=============================================='
[ PROMPT the user for input ] :
{ YOUR_PROMPT_FOR_USER_INPUT } :
</example>
"""
def get_input() -> str:
print("----------------------")
Expand Down Expand Up @@ -227,4 +230,4 @@ def main():
print("For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/GRAPH_RECURSION_LIMIT")

if __name__ == "__main__":
main()
main()

0 comments on commit bc6d1f0

Please # to comment.