Update src/aidgaf/aidgaf_server/idgaf.py

This commit is contained in:
Adam Outler 2024-11-16 00:57:42 +00:00
parent b5805c658f
commit fc00639e72

View File

@ -89,7 +89,7 @@ def get_prompt(command) -> dict:
if inputText:
my_prompt="With the following in mind: "+ command['message']['data']['username'] +" doesn't care about \""+inputText+"\".\n\n"+my_prompt
print(my_prompt)
the_data = DATA
the_data["prompt"] = my_prompt
return the_data