This commit is contained in:
Saedbhati 2025-10-10 16:09:16 +05:30
parent 6f36829c93
commit 32bdaba4dd
29 changed files with 62 additions and 117 deletions

View file

@ -3,7 +3,7 @@ from pydantic import BaseModel, Field
from app.component.model_validation import create_agent
from camel.types import ModelType
from app.component.error_format import normalize_error_to_openai_format
from utils import traceroot_wrapper as traceroot
import traceroot
logger = traceroot.get_logger("model_controller")