Skip to content

Commit 97cc97c

Browse files
authored
Merge pull request #157 from restackio/fix-env
2 parents 6c42d04 + 7aa8cb1 commit 97cc97c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

agent_tool/.env.Example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Restack API key for the llm call
2-
RESTACK-API-KEY=<your-restack-api-key>
2+
RESTACK_API_KEY=<your_restack_api_key>

agent_tool/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This repository contains a tool for an AI agent.
44
It demonstrates how to set up a basic workflow and functions.
55

6+
Follow [the step-by-step tutorial](https://docs.restack.io/examples/projects/agent#tutorial) on how to customize the agent tool example/
7+
68
## Prerequisites
79

810
- Docker (for running Restack)

0 commit comments

Comments
 (0)