Skip to content

Commit 6f2c70f

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: add docstring for BIDI streaming mode
BIDI streaming mode is not used currently. Co-authored-by: Xiang (Sean) Zhou <seanzhougoogle@google.com> PiperOrigin-RevId: 852461564
1 parent fc4e3d6 commit 6f2c70f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/google/adk/agents/run_config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ class StreamingMode(Enum):
3535
NONE = None
3636
SSE = 'sse'
3737
BIDI = 'bidi'
38+
"""
39+
so far this mode is not used. the actual bidi-streaming behavior via
40+
runner.run_live()) uses a completely different code path that doesn't rely on
41+
streaming_mode.
42+
"""
3843

3944

4045
class RunConfig(BaseModel):

0 commit comments

Comments
 (0)