Skip to content

Commit

Permalink
fix: prompt typo in DeveloperRouter (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawit authored and laanak08 committed Feb 13, 2025
1 parent b8e1fce commit ac4f729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/goose-mcp/src/developer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl DeveloperRouter {
you would see from running on the command line. There will also be an indication
of if the command succeeded or failed.
Avoid commands that produce a large amount of ouput, and consider piping those outputs to files.
Avoid commands that produce a large amount of output, and consider piping those outputs to files.
If you need to run a long lived command, background it - e.g. `uvicorn main:app &` so that
this tool does not run indefinitely.
Expand Down

0 comments on commit ac4f729

Please sign in to comment.