We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86195d commit cecac5eCopy full SHA for cecac5e
1 file changed
spec/tool.go
@@ -23,7 +23,7 @@ type (
23
)
24
25
// ToolFunc is the low-level function signature stored in the registry.
26
-// It receives JSON-encoded args and returns one or more tool-store outputs.
+// It receives JSON-encoded args and returns one or more tool outputs.
27
type ToolFunc func(ctx context.Context, in json.RawMessage) ([]ToolOutputUnion, error)
28
29
// GoToolImpl - Register-by-name pattern for Go tools.
0 commit comments