Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olaoluwasalami authored Dec 29, 2023
1 parent 30daa1e commit 75fc278
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 75fc278

Please sign in to comment.