From e84ae2aebf7049619c517f9f8201af66e73d68de Mon Sep 17 00:00:00 2001 From: Olivier Mertens <1814314+olivMertens@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:01:49 +0100 Subject: [PATCH] Update README.md (#1306) Correct error in link for autogenstudio/utils/dbdefaults.json extra T :) --- samples/apps/autogen-studio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/apps/autogen-studio/README.md b/samples/apps/autogen-studio/README.md index e6c0b2139c6..6eb2a1acd87 100644 --- a/samples/apps/autogen-studio/README.md +++ b/samples/apps/autogen-studio/README.md @@ -111,7 +111,7 @@ The agent workflow responds by _writing and executing code_ to create a python p ## FAQ **Q: Where can I adjust the default skills, agent and workflow configurations?** -A: You can modify agent configurations directly from the UI or by editing the [dbdefaults.json](autogentstudio/utils/dbdefaults.json) file which is used to initialize the database. +A: You can modify agent configurations directly from the UI or by editing the [dbdefaults.json](autogenstudio/utils/dbdefaults.json) file which is used to initialize the database. **Q: If I want to reset the entire conversation with an agent, how do I go about it?** A: To reset your conversation history, you can delete the `database.sqlite` file. If you need to clear user-specific data, remove the relevant `autogenstudio/web/files/user/` folder.