Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame contribute delete
222 Bytes
from typing import List
from typing_extensions import Dict, Required, TypedDict, override
from litellm.integrations.custom_logger import CustomLogger
class AdapterItem(TypedDict):
id: str
adapter: CustomLogger