Skip to content

Commit

Permalink
improve preaudit prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoWorms committed Nov 24, 2023
1 parent 721f756 commit d50e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def preaudit(update: Update, context: CallbackContext) -> None:
code_content = response.text

prompt = '''
/- Match the natspec documentation made for each function in the code above with its code, for each function tell me if it perfectly matches one another, if not list the differences. Make it a list with function signatures and assessments.
/- Match the natspec documentation made for each function in the code above with its code, for each function list the differences if they don't match perfectly. Make it a list with function signatures and assessments for parts that do not match.
'''
messages = [
{
Expand Down

0 comments on commit d50e2aa

Please sign in to comment.