fix: prompt typo in DeveloperRouter (#1041)

This commit is contained in:
Sorawit Suriyakarn
2025-02-06 21:16:53 +07:00
committed by GitHub
parent ec0e87f0c5
commit 104fd945e6

View File

@@ -57,7 +57,7 @@ impl DeveloperRouter {
you would see from running on the command line. There will also be an indication you would see from running on the command line. There will also be an indication
of if the command succeeded or failed. 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 If you need to run a long lived command, background it - e.g. `uvicorn main:app &` so that
this tool does not run indefinitely. this tool does not run indefinitely.