From 75fc27849cebc88dd1742cdac9b4761ff85c6280 Mon Sep 17 00:00:00 2001 From: Olaoluwa Ademola Salami Date: Fri, 29 Dec 2023 00:55:33 +0000 Subject: [PATCH] wip (#956) --- website/docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/FAQ.md b/website/docs/FAQ.md index 0a8b473b3a03..dcd4dab6f54d 100644 --- a/website/docs/FAQ.md +++ b/website/docs/FAQ.md @@ -168,3 +168,8 @@ Refer to https://microsoft.github.io/autogen/docs/reference/agentchat/conversabl ## How to get each agent message ? Please refer to https://microsoft.github.io/autogen/docs/reference/agentchat/conversable_agent#chat_messages + +## When using autogen docker, is it always necessary to reinstall modules? + +The "use_docker" arg in an agent's code_execution_config will be set to the name of the image containing the change after execution, when the conversation finishes. +You can save that image name. For a new conversation, you can set "use_docker" to the saved name of the image to start execution there.