litellm/tests/test_litellm/interactions
Alexsander Hamir 33454f75d0 Fix three failing tests
1. Fix test_create_simple_string_input (Gemini and LiteLLM bridge):
   - Update usage token checks to support both old format (input_tokens/output_tokens)
     and new format (total_input_tokens/total_output_tokens)
   - The Interactions API returns total_input_tokens/total_output_tokens

2. Fix test_proxy_function_calling_support_consistency for groq/gemma-7b-it:
   - Change expected result from True to False
   - Model is not in model_prices_and_context_window.json, so supports_function_calling returns False
   - If the model should support function calling, it needs to be added to the JSON file
2026-01-01 11:03:26 -08:00
..
base_interactions_test.py Fix three failing tests 2026-01-01 11:03:26 -08:00
test_gemini_interactions.py [Feat] Interactions API - allow using all litellm providers (interactions -> responses api bridge) (#18373) 2025-12-23 22:30:22 +05:30
test_google_interactions_integration.py [Feat] New Endpoint - Google Interactions API - added on litellm SDK (#18079) 2025-12-17 02:18:51 +04:00
test_litellm_responses_bridge.py [Feat] Interactions API - allow using all litellm providers (interactions -> responses api bridge) (#18373) 2025-12-23 22:30:22 +05:30
test_openapi_compliance.py [Fix] CI/CD - litellm_mapped_tests_llms | litellm_mapped_tests_core | caching_unit_tests (#18197) 2025-12-18 08:49:23 -08:00