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 be9bba1 commit c38ba4cCopy full SHA for c38ba4c
tests/unit/llm/test_openai_llm.py
@@ -18,7 +18,7 @@
18
import openai
19
import pytest
20
from neo4j_graphrag.exceptions import LLMGenerationError
21
-from neo4j_graphrag.llm import LLMResponse
+from neo4j_graphrag.llm.types import LLMResponse
22
from neo4j_graphrag.llm.openai_llm import AzureOpenAILLM, OpenAILLM
23
from neo4j_graphrag.llm.types import ToolCallResponse
24
from neo4j_graphrag.tool import Tool
0 commit comments