mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
ADK changes
PiperOrigin-RevId: 804937691
This commit is contained in:
committed by
Copybara-Service
parent
78eea1aa55
commit
a645580aa6
@@ -21,6 +21,7 @@ import sys
|
||||
import tempfile
|
||||
import time
|
||||
from typing import Any
|
||||
from typing import Optional
|
||||
from unittest.mock import MagicMock
|
||||
from unittest.mock import patch
|
||||
|
||||
@@ -120,8 +121,9 @@ async def dummy_run_async(
|
||||
session_id,
|
||||
new_message,
|
||||
state_delta=None,
|
||||
run_config: RunConfig = RunConfig(),
|
||||
run_config: Optional[RunConfig] = None,
|
||||
):
|
||||
run_config = run_config or RunConfig()
|
||||
yield _event_1()
|
||||
await asyncio.sleep(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user