Use consistent terminology

Remove test folder from .gitignore for live simulation test to pass
This commit is contained in:
Fahad
2025-06-13 09:28:33 +04:00
parent b16f85979b
commit a641159a67
8 changed files with 36 additions and 25 deletions

View File

@@ -77,7 +77,7 @@ async def test_conversation_history_field_mapping():
provider=ProviderType.GOOGLE,
model_name="gemini-2.5-flash-preview-05-20",
friendly_name="Gemini",
max_tokens=200000,
context_window=200000,
supports_extended_thinking=True,
)
mock_get_provider.return_value = mock_provider