Source code for chatbot_eval.bots.base
from __future__ import annotations
"""Abstract chatbot interface used by the evaluator and the app."""
from abc import ABC, abstractmethod
from chatbot_eval.types import BotResult
from __future__ import annotations
"""Abstract chatbot interface used by the evaluator and the app."""
from abc import ABC, abstractmethod
from chatbot_eval.types import BotResult