mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Google moved the role field off the top-level Interaction response schema onto the per-turn Turn schema, so the OpenAPI compliance canary test_interaction_response_fields started failing on main with "Output field 'role' not in spec". role on Turn is already asserted by test_turn_schema, so dropping it from the Interaction output_fields list realigns the test with the live spec without losing coverage. |
||
|---|---|---|
| .. | ||
| base_interactions_test.py | ||
| test_agents_http_handler.py | ||
| test_agents_main_and_utils.py | ||
| test_gemini_interactions.py | ||
| test_gemini_interactions_transformation.py | ||
| test_google_interactions_integration.py | ||
| test_litellm_responses_bridge.py | ||
| test_openapi_compliance.py | ||