Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix parsing
Browse files Browse the repository at this point in the history
leehuwuj committed Jan 21, 2025
1 parent 8ae4b4d commit f890e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ const program = new Command(packageJson.name)
`,
)
.option(
"--tools ",
"--tools",
`
Specify the tools you want to use by providing a comma-separated list. For example, 'wikipedia.WikipediaToolSpec,google.GoogleSearchToolSpec'. Use 'none' to not using any tools.

0 comments on commit f890e87

Please sign in to comment.