Skip to content

Commit e4347b9

Browse files
committed
spelling: own
Signed-off-by: Josh Soref <[email protected]>
1 parent f054d3d commit e4347b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/flows/llm_flows/base_llm_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async def _send_to_model(
243243
invocation_context.transcription_cache = []
244244
if not invocation_context.run_config.input_audio_transcription:
245245
# if the live model's input transcription is not enabled, then
246-
# we use our onwn audio transcriber to achieve that.
246+
# we use our own audio transcriber to achieve that.
247247
invocation_context.transcription_cache.append(
248248
TranscriptionEntry(role='user', data=live_request.blob)
249249
)

0 commit comments

Comments
 (0)