Skip to content

Commit 40bd6ff

Browse files
committed
integ test - model reasoning
1 parent de6c95f commit 40bd6ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests_integ/models/test_conformance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21
from unittest import SkipTest
32

43
import pytest
@@ -66,7 +65,6 @@ class Weather(BaseModel):
6665
def test_stream_reasoning(skip_for, model):
6766
skip_for([cohere, gemini, llama, mistral, openai, writer], "reasoning is not supported")
6867

69-
7068
agent = Agent(model)
7169
result = agent("Please reason about the equation 2+2.")
7270

0 commit comments

Comments
 (0)