test_stream_o_series() — langchain Function Reference
Architecture documentation for the test_stream_o_series() function in test_base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 43f4781b_59e1_6422_2fe6_d933be585dc8["test_stream_o_series()"] bd382a4e_442c_13ae_530c_6e34bc43623d["test_base.py"] 43f4781b_59e1_6422_2fe6_d933be585dc8 -->|defined in| bd382a4e_442c_13ae_530c_6e34bc43623d style 43f4781b_59e1_6422_2fe6_d933be585dc8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/integration_tests/chat_models/test_base.py lines 1005–1010
def test_stream_o_series(use_responses_api: bool) -> None:
list(
ChatOpenAI(model="o3-mini", use_responses_api=use_responses_api).stream(
"how are you"
)
)
Domain
Subdomains
Source
Frequently Asked Questions
What does test_stream_o_series() do?
test_stream_o_series() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_base.py.
Where is test_stream_o_series() defined?
test_stream_o_series() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_base.py at line 1005.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free