Skip to content

Commit 931d3c6

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

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
@@ -22,7 +22,7 @@ An 'agent' is the application you are building. It can be a chatbot, a web appl
2222

2323
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

25-
An example of a tool, scoped by it's toolkit would be `Gmail.SendEmail`.
25+
Tools are commonly referred to by a qualified name that includes their toolkit. For example, [Gmail.SendEmail](https://docs.arcade.dev/toolkits/productivity/gmail#gmailsendemail)
2626

2727
*Learn more about [tools](/home/build-tools/create-a-toolkit).*
2828

0 commit comments

Comments
 (0)