Skip to content

Commit

Permalink
remove runtime checkable
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 21, 2025
1 parent e2cba67 commit 0a7f95a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC
from dataclasses import dataclass
from typing import Any, AsyncGenerator, Mapping, Sequence, runtime_checkable
from typing import Any, AsyncGenerator, Mapping, Sequence

from autogen_core import CancellationToken

Expand All @@ -20,7 +20,6 @@ class Response:
or :class:`ChatMessage`."""


@runtime_checkable
class ChatAgent(TaskRunner, ABC):
"""Protocol for a chat agent."""

Expand Down

0 comments on commit 0a7f95a

Please sign in to comment.