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 5315cbe commit 6ea1448Copy full SHA for 6ea1448
tests/test_function_inferer.py
@@ -6,8 +6,8 @@
6
7
import pytest
8
9
+from openai_function_calling import FunctionInferrer
10
from openai_function_calling.function import Function
-from openai_function_calling.function_inferrer import FunctionInferrer
11
from openai_function_calling.json_schema_type import JsonSchemaType
12
13
0 commit comments