Skip to content

Expose the Gemini Live API client - #6855

Open
sylvesterkaczmarek wants to merge 1 commit into
google:mainfrom
sylvesterkaczmarek:feat/live-api-client
Open

Expose the Gemini Live API client#6855
sylvesterkaczmarek wants to merge 1 commit into
google:mainfrom
sylvesterkaczmarek:feat/live-api-client

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Closes #5862

Summary

  • Exposes Gemini.live_api_client as the documented public override point for Live API connections.
  • Keeps _live_api_client as a compatibility alias.
  • Preserves subclasses that already override the former private property.
  • Updates connect() to use the public property.
  • Adds tests for the public override, compatibility alias and legacy override path.

Validation

  • pytest tests/unittests/models/test_google_llm.py -q → 92 passed
  • Pre-commit checks on all changed files → passed

A remote Live API endpoint was not used. The unit suite covers client creation and connection setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make _live_api_client a public, documented override point (like api_client)

2 participants