-
Notifications
You must be signed in to change notification settings - Fork 2
Glossary #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glossary #361
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a comprehensive glossary of terms to the Arcade platform documentation to help users understand key concepts and terminology.
- Adds a new glossary page with detailed definitions organized into logical sections
- Includes visual diagrams using Mermaid to illustrate relationships between concepts
- Integrates the glossary into the documentation navigation structure
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
pages/home/glossary.mdx | Creates comprehensive glossary with definitions for agents, tools, platform concepts, authentication, and billing terms |
pages/home/_meta.tsx | Adds glossary entry to the documentation navigation menu |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
||
### Tool Executions | ||
|
||
A 'tool execution' is a single call to a tool to interact with a remote system or service. The tool execution itself may fail (e.g. the user does not have permission to call the tool), but as long as the execution was able to be routed to a worker, the tool execution will be counted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion it seems unfair to charge a customer for a tool execution if one of our official tools fail because of a KeyError
, for example. This would be our fault and not theirs. For now though we don't have the ability determine if the tool execution failure is ours or not 🙂
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Nate Barbettini <[email protected]>
Co-authored-by: Mateo Torres <[email protected]>
Co-authored-by: Mateo Torres <[email protected]>
Co-authored-by: Mateo Torres <[email protected]>
Arcade needs a glossary of terms.