File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
tests/integrations/langchain Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 4949)
5050
5151from openai .types .completion_usage import (
52- CompletionTokensDetails ,
5352 CompletionUsage ,
54- PromptTokensDetails ,
5553)
5654
5755
@@ -233,14 +231,6 @@ def test_langchain_agent(
233231 prompt_tokens = 142 ,
234232 completion_tokens = 50 ,
235233 total_tokens = 192 ,
236- prompt_tokens_details = PromptTokensDetails (
237- audio_tokens = 0 ,
238- cached_tokens = 0 ,
239- ),
240- completion_tokens_details = CompletionTokensDetails (
241- audio_tokens = 0 ,
242- reasoning_tokens = 0 ,
243- ),
244234 ),
245235 ),
246236 ],
@@ -300,14 +290,6 @@ def test_langchain_agent(
300290 prompt_tokens = 89 ,
301291 completion_tokens = 28 ,
302292 total_tokens = 117 ,
303- prompt_tokens_details = PromptTokensDetails (
304- audio_tokens = 0 ,
305- cached_tokens = 0 ,
306- ),
307- completion_tokens_details = CompletionTokensDetails (
308- audio_tokens = 0 ,
309- reasoning_tokens = 0 ,
310- ),
311293 ),
312294 ),
313295 ],
You can’t perform that action at this time.
0 commit comments