Skip to content

Commit 3105908

Browse files
committed
add TDK and Evals
1 parent 571e80d commit 3105908

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pages/home/glossary.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Bring Your Own Credentials (BYOC) is a feature that allows you to use your own c
129129
To set your own credentials, set the requisite secret within the Arcade Dashboard, overwriting the default 'static' credentials.
130130

131131

132-
### Tool Execution Flow
132+
## Tool Execution and Tool Development
133133

134134
```mermaid
135135
graph TD
@@ -156,3 +156,17 @@ A 'worker' is a process that runs all the tools with a toolkit. Workers are mic
156156

157157
*Learn more about workers [here](/home/hybrid-deployment/hybrid-worker).* and [here](/home/serve-tools/docker-worker).
158158

159+
### TDK (Tool Development Kit)
160+
161+
The Arcade TDK is a command-line application that helps you create, test, and deploy tools.
162+
163+
*Learn more about the TDK [here](/home/build-tools/create-a-toolkit).*
164+
165+
### Evaluations (Evals)
166+
167+
Evaluations are a way to test the LLMs' ability to select and call your tools. Arcade's eval suite can and should be run as part of the development process to ensure your tools are working as expected.
168+
169+
*Learn more about evaluations [here](/home/evaluate-tools).*
170+
171+
172+

0 commit comments

Comments
 (0)