mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 19:18:30 +00:00
Move off v1
This commit is contained in:
@@ -3,8 +3,9 @@ import os
|
||||
from typing import List, Optional, Type
|
||||
|
||||
import docker
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from crewai_tools.tools.base_tool import BaseTool
|
||||
from pydantic.v1 import BaseModel, Field
|
||||
|
||||
|
||||
class CodeInterpreterSchema(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user