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
I noticed that when getting a plugin's tools execute isn't part of the returned object. The only things returned are name, description and parameters. Is the execute function somehow defaulting to private instead of being a public function?
If you check what is returned from sendSOL().getTools() you'll see that execute isn't part of the returned values. This issue was found in plugins version v0.2.4 and core v0.4.0
I noticed that when getting a plugin's tools execute isn't part of the returned object. The only things returned are name, description and parameters. Is the execute function somehow defaulting to private instead of being a public function?
If you check what is returned from
sendSOL().getTools()
you'll see thatexecute
isn't part of the returned values. This issue was found in plugins versionv0.2.4
and corev0.4.0
goat/typescript/packages/core/src/classes/ToolBase.ts
Line 45 in 6072301
The text was updated successfully, but these errors were encountered: