Skip to content

Commit f950b5a

Browse files
Update pages/home/glossary.mdx
Co-authored-by: Mateo Torres <mateo@arcade.dev>
1 parent 3105908 commit f950b5a

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
@@ -24,7 +24,7 @@ A 'toolkit' is a collection of tools that can be used by an agent, grouped logic
2424

2525
### Tool
2626

27-
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.
27+
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.
2828

2929
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)
3030

0 commit comments

Comments
 (0)