You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,99 +61,22 @@ All `tools.get()` calls must occur in the constructor as they are used for depen
66
61
67
62
### Built-in Tools (Always Available)
68
63
69
-
#### Plot Tool
64
+
For complete API documentation of built-in tools including all methods, types, and detailed examples, see the TypeScript definitions in your installed package at `node_modules/@plotday/sdk/src/tools/*.ts`. Each tool file contains comprehensive JSDoc documentation.
Copy file name to clipboardExpand all lines: sdk/src/agents-guide.ts
+12-88Lines changed: 12 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -80,99 +80,23 @@ Assign tool instances to class properties for use in other methods.
80
80
81
81
### Built-in Tools (Always Available)
82
82
83
-
#### Plot Tool
83
+
The following tools are always available to agents. For complete API documentation including all methods, parameters, return types, and detailed examples, refer to the TypeScript definitions which are provided with full JSDoc when generating agents.
0 commit comments