We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc647ee commit 40647a1Copy full SHA for 40647a1
tests/generation/utterances/test_adversarial.py
@@ -1,7 +1,7 @@
1
from unittest.mock import AsyncMock, Mock
2
3
-from autointent import Sample
4
from autointent.generation.utterances import CriticHumanLike, HumanUtteranceGenerator
+from autointent.schemas import Sample
5
6
7
def test_human_utterance_generator_sync(dataset):
0 commit comments