mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
fix: prompt typo in DeveloperRouter (#1041)
This commit is contained in:
committed by
GitHub
parent
ec0e87f0c5
commit
104fd945e6
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user