Skip to content

Commit cecac5e

Browse files
committed
tool output rename and tooling upgrade
1 parent c86195d commit cecac5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type (
2323
)
2424

2525
// 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.
26+
// It receives JSON-encoded args and returns one or more tool outputs.
2727
type ToolFunc func(ctx context.Context, in json.RawMessage) ([]ToolOutputUnion, error)
2828

2929
// GoToolImpl - Register-by-name pattern for Go tools.

0 commit comments

Comments
 (0)