You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-apps/agent-builder-a2a-agent-framework/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,9 @@ This is a example Python console app that demonstrates how to connect and utiliz
127
127
128
128
1. Setup the environment variables.
129
129
1. Make a copy of the file `env.example` and name the new file `.env `
130
-
2. Edit the `.env` file to replace the placeholder text with actual values from your Elastic deployment. See instructions on where to get these values in the [Running the example app](#running-the-example-app) section of this `README.md` file.
131
-
*Replace**YOUR-ELASTIC-AGENT-BUILDER-URL**
132
-
*Replace**YOUR-ELASTIC-API-KEY**
130
+
2. Edit the `.env` file to set the values of the environment variables to use the values copied from your Elastic deployment. See instructions on where to get these values in the [Running the example app](#running-the-example-app) section of this `README.md` file.
131
+
*Set the value of **ES_AGENT_URL** to be the value of**YOUR-ELASTIC-AGENT-BUILDER-URL**
132
+
*Set the value of **ES_API_KEY** to be value of**YOUR-ELASTIC-API-KEY**
0 commit comments