TestLLM / litellm /types /adapter.py
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame
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