From 5f2a623d07b0efd0155836617f307af5a693aae3 Mon Sep 17 00:00:00 2001 From: Gunar Gessner Date: Sat, 29 Jun 2024 09:10:19 -0300 Subject: [PATCH] docs: fix formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aae641a..d82c993 100644 --- a/README.md +++ b/README.md @@ -130,12 +130,15 @@ AutoNode operates based on a site-graph that defines the navigation and actions ``` Example request: + + ``` { "site_url": "https://app.apollo.io/#/login", "objective": "Find the list of 20 ceo, cto of tech companies in san francisco. Login into apollo using the creds example@example.com and password dummypassword@123", "graph_path": "autonode/site_trees/apollo.json" "planner_prompt": "apollo" } + ``` - site_url: The URL of the website AutoNode will visit and interact with.