@@ -0,0 +1,4 @@
import requests
def runPrompt(prompt):
r = requests.get('http://localhost:3042/capital/' + prompt)
return r.json().get('response')
The note is not visible to the blocked user.