We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac0eb9 commit 5b3a559Copy full SHA for 5b3a559
1 file changed
tests/test_handlers_llm_encoding.py
@@ -6,9 +6,8 @@
6
import pytest
7
from PIL import Image
8
9
-from effectful.handlers.llm.encoding import Encodable
+from effectful.handlers.llm.encoding import Encodable, SynthesizedFunction
10
from effectful.handlers.llm.evaluation import UnsafeEvalProvider
11
-from effectful.handlers.llm.synthesis import SynthesizedFunction
12
from effectful.ops.semantics import handler
13
from effectful.ops.types import Operation, Term
14
0 commit comments