Files
langchain/libs/standard-tests/langchain_tests
Mason Daugherty 22575adba4 test(standard-tests): allow extra content blocks in streaming assertions (#37592)
Reasoning-emitting chat models return `[reasoning, text]` content blocks
where vanilla models return `[text]`. The shared streaming integration
tests asserted exactly one block, which fails when reasoning blocks are
returned when streaming is otherwise correct.

Relaxed to assert text presence without touching the lifecycle,
`chunk_position`, or `output_version` checks.
2026-05-21 13:18:54 -05:00
..
2025-10-20 18:40:19 -04:00
2025-10-02 18:46:26 -04:00