We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503b28c commit 0631f88Copy full SHA for 0631f88
tests/integrations/langchain/test_langchain.py
@@ -158,7 +158,7 @@ def test_langchain_text_completion(
158
assert len(llm_spans) > 0
159
160
llm_span = llm_spans[0]
161
- assert llm_span["description"] == "Langchain LLM call"
+ assert llm_span["description"] == "generate_text gpt-3.5-turbo"
162
assert llm_span["data"]["gen_ai.request.model"] == "gpt-3.5-turbo"
163
assert llm_span["data"]["gen_ai.response.text"] == "The capital of France is Paris."
164
assert llm_span["data"]["gen_ai.usage.total_tokens"] == 25
0 commit comments