@surph_ai/sdk 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- // Your tools code goes here. When ready to get, register
2
- // tool name in exports at bottom of this file:
3
-
4
- module.exports = {
5
- demo: (args) => {
6
- return `This is a sample tool: ${JSON.stringify(args)}. Remove this tool and replace it with your own.`
7
- }
8
- }