Skip to content

Commit 08ae566

Browse files
committed
update to address pre-commit requirement
1 parent a120ed3 commit 08ae566

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example-apps/agent-builder-a2a-agent-framework/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ This is a example Python console app that demonstrates how to connect and utiliz
127127

128128
1. Setup the environment variables.
129129
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**
133133
2. Run the test directly with Python.
134134

135135
python test_elastic_agent_builder_a2a.py
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ES_AGENT_URL=YOUR-ELASTIC-AGENT-BUILDER-URL
2-
ES_API_KEY=YOUR-ELASTIC-API-KEY
1+
ES_AGENT_URL=
2+
ES_API_KEY=

0 commit comments

Comments
 (0)