We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f054d3d commit e4347b9Copy full SHA for e4347b9
src/google/adk/flows/llm_flows/base_llm_flow.py
@@ -243,7 +243,7 @@ async def _send_to_model(
243
invocation_context.transcription_cache = []
244
if not invocation_context.run_config.input_audio_transcription:
245
# if the live model's input transcription is not enabled, then
246
- # we use our onwn audio transcriber to achieve that.
+ # we use our own audio transcriber to achieve that.
247
invocation_context.transcription_cache.append(
248
TranscriptionEntry(role='user', data=live_request.blob)
249
)
0 commit comments