Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-06 17:01:40 +00:00
parent 6b54fb9f78
commit 1f09b646e0

View File

@@ -1,5 +1,7 @@
"""Unit tests for gpt-oss model support in ChatOllama."""
from __future__ import annotations
from typing import Any
from langchain_core.messages import HumanMessage
@@ -394,3 +396,4 @@ class TestChatParamsWithGptOss:
for prop in props.values():
if "type" in prop:
assert isinstance(prop["type"], str)