MCPcopy
hub / github.com/nat/natbot / print_help

Function print_help

natbot.py:548–552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

546 openai.api_key = os.environ.get("OPENAI_API_KEY")
547
548 def print_help():
549 print(
550 "(g) to visit url\n(u) scroll up\n(d) scroll down\n(c) to click\n(t) to type\n" +
551 "(h) to view commands again\n(r/enter) to run suggested command\n(o) change objective"
552 )
553
554 def get_gpt_command(objective, url, previous_command, browser_content):
555 prompt = prompt_template

Callers 1

natbot.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected