Skip to content

Commit faeece4

Browse files
chenjiahanCopilot
andauthored
Update src/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 01ab7f4 commit faeece4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ type ExtraTool = {
235235
*/
236236
command?: string;
237237
/**
238-
* Specify the display order
239-
*/
238+
* Specify where to display this tool.
239+
* If undefined, the tool will be displayed after built-in tools.
240240
order?: 'pre' | 'post';
241241
};
242242

0 commit comments

Comments
 (0)