Skip to content

Commit

Permalink
remove mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Aug 19, 2024
1 parent 38a540b commit 55e08d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@

from griptape.artifacts import BaseArtifact
from griptape.drivers import BaseConversationMemoryDriver
from griptape.mixins import ExponentialBackoffMixin

if TYPE_CHECKING:
from griptape.memory.structure import BaseConversationMemory


@define(kw_only=True)
class GriptapeCloudConversationMemoryDriver(BaseConversationMemoryDriver, ExponentialBackoffMixin):
class GriptapeCloudConversationMemoryDriver(BaseConversationMemoryDriver):
"""A driver for storing conversation memory in the Griptape Cloud.
Attributes:
Expand Down

0 comments on commit 55e08d4

Please sign in to comment.