Skip to content

Commit fca9134

Browse files
committed
More reordering
1 parent 584607a commit fca9134

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,16 +717,16 @@ dictionary RegisteredTool {
717717
: <code><var ignore>tool</var>["{{RegisteredTool/name}}"]</code>
718718
:: A unique identifier for the tool. It is the same value provided at tool registration, via {{ModelContextTool/name}}.
719719

720+
: <code><var ignore>tool</var>["{{RegisteredTool/title}}"]</code>
721+
:: A human-readable label for the tool. It is the same value provided at tool registration, via {{ModelContextTool/title}}.
722+
720723
: <code><var ignore>tool</var>["{{RegisteredTool/description}}"]</code>
721724
:: A natural language description of the tool's functionality. It is the same value provided at tool registration, via {{ModelContextTool/description}}.
722725

723726
: <code><var ignore>tool</var>["{{RegisteredTool/inputSchema}}"]</code>
724727
:: A stringified JSON Schema object describing the expected input parameters for the tool
725728
[[!JSON-SCHEMA]].
726729

727-
: <code><var ignore>tool</var>["{{RegisteredTool/title}}"]</code>
728-
:: A human-readable label for the tool. It is the same value provided at tool registration, via {{ModelContextTool/title}}.
729-
730730
: <code><var ignore>tool</var>["{{RegisteredTool/window}}"]</code>
731731
:: The {{Window}} of the document that registered the tool.
732732

0 commit comments

Comments
 (0)