mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: change LlmRequest.config's default value to be types.GenerateContentConfig() instead of None
PiperOrigin-RevId: 789792582
This commit is contained in:
committed by
Copybara-Service
parent
16a15c8709
commit
041f04e89c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user