mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat: Enable PROGRESSIVE_SSE_STREAMING feature by default
Related: https://github.com/google/adk-python/issues/3705 Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 846793027
This commit is contained in:
committed by
Copybara-Service
parent
71b32890f5
commit
0b1cff2976
@@ -26,14 +26,6 @@ from google.adk.models.llm_response import LlmResponse
|
||||
from google.adk.runners import InMemoryRunner
|
||||
from google.adk.utils.streaming_utils import StreamingResponseAggregator
|
||||
from google.genai import types
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def reset_env(monkeypatch):
|
||||
monkeypatch.setenv("ADK_ENABLE_PROGRESSIVE_SSE_STREAMING", "1")
|
||||
yield
|
||||
monkeypatch.delenv("ADK_ENABLE_PROGRESSIVE_SSE_STREAMING")
|
||||
|
||||
|
||||
def get_weather(location: str) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user