mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Update gemini_llm_connection.py - typo spelling correction
Merge https://github.com/google/adk-python/pull/3168 Fixed misspelling on line 228 from: - logger.info('Redeived session... To: - logger.info('Received session... COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3168 from DHHHG:patch-1 90b76d72ba474cd0092b2cc8d955b918c18d05bd PiperOrigin-RevId: 820369618
This commit is contained in:
committed by
Copybara-Service
parent
e50f05a9fc
commit
e6e2767c39
@@ -205,7 +205,7 @@ class GeminiLlmConnection(BaseLlmConnection):
|
||||
]
|
||||
yield LlmResponse(content=types.Content(role='model', parts=parts))
|
||||
if message.session_resumption_update:
|
||||
logger.info('Redeived session reassumption message: %s', message)
|
||||
logger.info('Received session resumption message: %s', message)
|
||||
yield (
|
||||
LlmResponse(
|
||||
live_session_resumption_update=message.session_resumption_update
|
||||
|
||||
Reference in New Issue
Block a user