mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 21:58:11 +00:00
fix: add typing.Any import to llm_result.py (mypy needs it)
This commit is contained in:
@@ -7,6 +7,8 @@ calls without tools still return str.
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Any
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from crewai.types.usage_metrics import UsageMetrics
|
||||
|
||||
Reference in New Issue
Block a user