mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-16 01:53:24 +00:00
chore(langchain): switch refs from gemini-3 to gemini-3.1 (#35535)
This commit is contained in:
@@ -925,7 +925,7 @@ class TestSupportsProviderStrategy:
|
||||
|
||||
def test_allows_gemini_v3_with_tools(self) -> None:
|
||||
"""Gemini 3 series models support structured output alongside tools."""
|
||||
model = self._make_structured_model("gemini-3-pro-preview")
|
||||
model = self._make_structured_model("gemini-3.1-pro-preview")
|
||||
assert _supports_provider_strategy(model, tools=[get_weather])
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
@@ -88,7 +88,7 @@ def test_supported_providers_is_sorted() -> None:
|
||||
("Accounts/Fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
||||
("gemini-1.5-pro", "google_vertexai"),
|
||||
("gemini-2.5-pro", "google_vertexai"),
|
||||
("gemini-3-pro-preview", "google_vertexai"),
|
||||
("gemini-3.1-pro-preview", "google_vertexai"),
|
||||
("amazon.titan-text-express-v1", "bedrock"),
|
||||
("Amazon.Titan-Text-Express-v1", "bedrock"),
|
||||
("anthropic.claude-v2", "bedrock"),
|
||||
|
||||
Reference in New Issue
Block a user