Skip to content

Commit 87f615e

Browse files
Update pages/home/glossary.mdx
Co-authored-by: Nate Barbettini <nate@arcade.dev>
1 parent d28d5fd commit 87f615e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/home/glossary.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An 'agent' is the application you are building. It can be a chatbot, a web appl
2020

2121
### Tool
2222

23-
A 'tool' is a function that can be called by an agent which interacts with another service - commonly via an API, filesystem, database etc. Tools are written in python and deployed by running a worker which contains the toolkit's code. Tools are defined by the `@tool()` decorator and will be passed `ToolContext` as the first argument. If a tool has dependencies that are not met (a secret is not provided, for example), the tool will fail to execute.
23+
A 'tool' is a function that can be called by an agent which performs some action - commonly via an API, filesystem, database, etc. Tools are written in python and deployed by running a worker which contains the toolkit's code. Tools are defined by the `@tool()` decorator and will be passed `ToolContext` as the first argument. If a tool has dependencies that are not met (a secret is not provided, for example), the tool will fail to execute.
2424

2525
An example of a tool, scoped by it's toolkit would be `Gmail.SendEmail`.
2626

0 commit comments

Comments
 (0)