diff --git a/docs/quickstart.md b/docs/quickstart.md index 6ed2212e..2f81c75d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -38,6 +38,7 @@ In this example we use the OpenAI API, but you can run MemGPT with other backend ### Command-line arguments The `run` command supports the following optional flags (if set, will override config defaults): + * `--agent`: (str) Name of agent to create or to resume chatting with. * `--human`: (str) Name of the human to run the agent with. * `--persona`: (str) Name of agent persona to use.