mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
updated docs (#2989)
Co-authored-by: Lucas Gomide <lucaslg200@gmail.com>
This commit is contained in:
@@ -295,6 +295,11 @@ multimodal_agent = Agent(
|
|||||||
- `"safe"`: Uses Docker (recommended for production)
|
- `"safe"`: Uses Docker (recommended for production)
|
||||||
- `"unsafe"`: Direct execution (use only in trusted environments)
|
- `"unsafe"`: Direct execution (use only in trusted environments)
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
This runs a default Docker image. If you want to configure the docker image, the checkout the Code Interpreter Tool in the tools section.
|
||||||
|
Add the code interpreter tool as a tool in the agent as a tool parameter.
|
||||||
|
</Note>
|
||||||
|
|
||||||
#### Advanced Features
|
#### Advanced Features
|
||||||
- `multimodal`: Enable multimodal capabilities for processing text and visual content
|
- `multimodal`: Enable multimodal capabilities for processing text and visual content
|
||||||
- `reasoning`: Enable agent to reflect and create plans before executing tasks
|
- `reasoning`: Enable agent to reflect and create plans before executing tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user