chore: change LlmRequest.config's default value to be types.GenerateContentConfig() instead of None

PiperOrigin-RevId: 789792582
This commit is contained in:
Xuan Yang
2025-08-01 09:36:20 -07:00
committed by Copybara-Service
parent 16a15c8709
commit 041f04e89c
5 changed files with 8 additions and 7 deletions
@@ -1505,7 +1505,6 @@ async def test_computer_use_with_no_config():
contents=[
types.Content(role="user", parts=[types.Part.from_text(text="Hello")])
],
config=None,
)
# Should not raise an exception