We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c42d04 + 7aa8cb1 commit 97cc97cCopy full SHA for 97cc97c
agent_tool/.env.Example
@@ -1,2 +1,2 @@
1
# Restack API key for the llm call
2
-RESTACK-API-KEY=<your-restack-api-key>
+RESTACK_API_KEY=<your_restack_api_key>
agent_tool/README.md
@@ -3,6 +3,8 @@
3
This repository contains a tool for an AI agent.
4
It demonstrates how to set up a basic workflow and functions.
5
6
+Follow [the step-by-step tutorial](https://docs.restack.io/examples/projects/agent#tutorial) on how to customize the agent tool example/
7
+
8
## Prerequisites
9
10
- Docker (for running Restack)
0 commit comments