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
The text as written is ambiguous about if the directives _only_ tag things with Crypto or with the icon,
and it's not until the reader scrolls down that they might figure out the reference is to the example below.
Adding this small bit of text directs them to the example early on and adds clarity.
Signed-off-by: Nick Hale <[email protected]>
Co-authored-by: Adrian Goins <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ Param: algo: The algorithm to generate a hash with. Default is "sha256". Support
86
86
87
87
## Tool Metadata
88
88
89
-
The `tool.gpt` file also provides the following metadata for use in Obot:
89
+
The snippet below (from the `tool.gpt` file) also provides the following metadata for use in Obot:
90
90
91
-
- `!metadata:*:category`which tags tools with the `Crypto` category to promote organization and discovery
92
-
- `!metadata:*:icon`which assigns `https://cdn.jsdelivr.net/npm/@phosphor-icons/core@2/assets/duotone/fingerprint-duotone.svg` as the tool icon
91
+
- `!metadata:*:category`which tags all tools in the `tool.gpt` file with the `Crypto` category to promote organization and discovery
92
+
- `!metadata:*:icon`which assigns `https://cdn.jsdelivr.net/npm/@phosphor-icons/core@2/assets/duotone/fingerprint-duotone.svg` as the tool icon to all tools in the `tool.gpt` file
0 commit comments