fix(core): fixed typos in the documentation (#36459)

Fixes #36458 

Fixed typos in the documentation in the core module.
This commit is contained in:
jasiecky
2026-04-02 17:32:12 +02:00
committed by GitHub
parent cd394b70c1
commit c9f51aef85
6 changed files with 14 additions and 14 deletions

View File

@@ -2411,7 +2411,7 @@ def test_fine_grained_tool_streaming() -> None:
@pytest.mark.vcr
def test_compaction() -> None:
"""Test the compation beta feature."""
"""Test the compaction beta feature."""
llm = ChatAnthropic(
model="claude-opus-4-6", # type: ignore[call-arg]
betas=["compact-2026-01-12"],
@@ -2465,7 +2465,7 @@ def test_compaction() -> None:
@pytest.mark.vcr
def test_compaction_streaming() -> None:
"""Test the compation beta feature."""
"""Test the compaction beta feature."""
llm = ChatAnthropic(
model="claude-opus-4-6", # type: ignore[call-arg]
betas=["compact-2026-01-12"],