Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(ai): add support for the Live API #9224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
dlarocque merged 8 commits into main from dl/live
Aug 27, 2025
Merged

feat(ai): add support for the Live API #9224

dlarocque merged 8 commits into main from dl/live
Aug 27, 2025

Conversation

Copy link
Contributor

@dlarocque dlarocque commented Aug 25, 2025

Adds support for the Live API:

  • WebSocket handlers
  • Foundational API: LiveGenerativeModel, LiveSession, and methods connect(), send(), sendMediaStream(), sendMediaChunks()
  • Happy path for audio conversation: startAudioConversation() (includes interruption handling)
  • Supports both Gemini Developer API and Vertex AI Gemini API

For more details, see:

* Add WebSocket handler for Browser and Node
* Add additional environment checks
* Clarify usage of `window`
* remove util websocket handler
* Use platform/ convention
* use built-in global ws
* revert tsconfig module bump
* cleanup
* fix stub ws file
* parse strings, and create error queue
* Live API v1
* update docs
* Docs and naming changes
* Skip problematic Google AI tests
* Fix mediaChunks errors
* Log warnings for 'close' event reasons
* Add note about support to getLiveGenerativeModel docs
* Review comments
* add license header
* docs review
* remove candidateCount
* Live Refactor WebSocket (#9212)
* refactor websocket
* remove test ws server
* Live API v2
* add audio response modality and fix voiceName
* Use `Deffered` for stop promise and resolver
* Remove dead comment
* Fix response modalities type
Copy link

changeset-bot bot commented Aug 25, 2025
edited
Loading

🦋 Changeset detected

Latest commit: 5adbd54

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
firebase Minor
@firebase/ai Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dlarocque dlarocque requested review from a team as code owners August 26, 2025 18:21
Copy link
Contributor

github-actions bot commented Aug 26, 2025
edited
Loading

Changeset File Check ✅

  • No modified packages are missing from the changeset file.
  • No changeset formatting errors detected.

Copy link
Contributor

google-oss-bot commented Aug 26, 2025
edited
Loading

Size Report 1

Affected Products

  • @firebase/ai

    TypeBase (cbef6c6)Merge (43f0a68)Diff
    browser46.2 kB61.3 kB+15.1 kB (+32.7%)
    main49.3 kB64.9 kB+15.6 kB (+31.6%)
    module46.2 kB61.3 kB+15.1 kB (+32.7%)
  • firebase

    TypeBase (cbef6c6)Merge (43f0a68)Diff
    firebase-ai.js35.9 kB48.4 kB+12.5 kB (+34.9%)

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/obfvgAAqtG.html

/**
* Test configurations used for the Live API integration tests.
*/
export const liveTestConfigs: readonly TestConfig[] = backends.flatMap(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a second look, this isn't really a constant and should probably go in test-utils but I think it can be dealt with later.

Copy link
Contributor

google-oss-bot commented Aug 26, 2025
edited
Loading

Size Analysis Report 1

Affected Products

  • @firebase/ai

    • AIError

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.54 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • AIErrorCode

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.54 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • AIModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.17 kB8.20 kB+32 B (+0.4%)
      size-with-ext-deps25.8 kB25.8 kB+32 B (+0.1%)
    • AnyOfSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.86 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • ArraySchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.86 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • Backend

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.54 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • BackendType

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.54 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • BlockReason

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.61 kB6.65 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • BooleanSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.87 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • ChatSession

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size21.0 kB21.0 kB+37 B (+0.2%)
      size-with-ext-deps38.7 kB38.7 kB+37 B (+0.1%)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      variables
      24 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_BASE_URL
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      24 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_DOMAIN
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      + DEFAULT_DOMAIN
      - DEFAULT_BASE_URL
    • FinishReason

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.76 kB6.79 kB+32 B (+0.5%)
      size-with-ext-deps24.3 kB24.4 kB+32 B (+0.1%)
    • FunctionCallingMode

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.56 kB6.60 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.2 kB+32 B (+0.1%)
    • GenerativeModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size24.7 kB24.7 kB+37 B (+0.2%)
      size-with-ext-deps42.4 kB42.5 kB+37 B (+0.1%)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      variables
      24 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_BASE_URL
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      24 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_DOMAIN
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      + DEFAULT_DOMAIN
      - DEFAULT_BASE_URL
    • GoogleAIBackend

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.52 kB6.55 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • HarmBlockMethod

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.57 kB6.60 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.2 kB+32 B (+0.1%)
    • HarmBlockThreshold

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.69 kB6.72 kB+32 B (+0.5%)
      size-with-ext-deps24.3 kB24.3 kB+32 B (+0.1%)
    • HarmCategory

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.76 kB6.79 kB+32 B (+0.5%)
      size-with-ext-deps24.3 kB24.4 kB+32 B (+0.1%)
    • HarmProbability

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.59 kB6.62 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • HarmSeverity

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.75 kB6.78 kB+32 B (+0.5%)
      size-with-ext-deps24.3 kB24.4 kB+32 B (+0.1%)
    • ImagenAspectRatio

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.62 kB6.66 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • ImagenImageFormat

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.79 kB6.82 kB+32 B (+0.5%)
      size-with-ext-deps24.4 kB24.4 kB+32 B (+0.1%)
    • ImagenModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size13.1 kB13.2 kB+37 B (+0.3%)
      size-with-ext-deps30.8 kB30.8 kB+37 B (+0.1%)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      variables
      15 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_BASE_URL
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      Task
      logger
      name
      version
      15 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_DOMAIN
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      Task
      logger
      name
      version
      + DEFAULT_DOMAIN
      - DEFAULT_BASE_URL
    • ImagenPersonFilterLevel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.61 kB6.64 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • ImagenSafetyFilterLevel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.68 kB6.71 kB+32 B (+0.5%)
      size-with-ext-deps24.3 kB24.3 kB+32 B (+0.1%)
    • InferenceMode

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.55 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • IntegerSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.87 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • LiveGenerativeModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size?12.6 kB? (?)
      size-with-ext-deps?30.3 kB? (?)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      functions?
      assignRoleToPartsAndValidateSendMessageRequest
      chromeAdapterFactory
      decodeInstanceIdentifier
      factory
      formatNewContent
      formatSystemInstruction
      registerAI
      ?
      classes?
      AIError
      AIModel
      AIService
      Backend
      ChromeAdapterImpl
      GoogleAIBackend
      LiveGenerativeModel
      LiveSession
      VertexAIBackend
      WebSocketUrl
      ?
      variables?
      12 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_DOMAIN
      DEFAULT_LOCATION
      InferenceMode
      LiveResponseType
      Task
      logger
      name
      version
      ?
      enums??

      External Dependency

      ModuleBase (cbef6c6)Merge (43f0a68)Diff
      @firebase/app?
      _isFirebaseServerApp
      _registerComponent
      registerVersion
      ?
      @firebase/component?
      Component
      ?
      @firebase/logger?
      Logger
      ?
      @firebase/util?
      FirebaseError
      ?
    • LiveResponseType

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size?6.66 kB? (?)
      size-with-ext-deps?24.2 kB? (?)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      functions?
      chromeAdapterFactory
      decodeInstanceIdentifier
      factory
      registerAI
      ?
      classes?
      AIError
      AIService
      Backend
      ChromeAdapterImpl
      GoogleAIBackend
      VertexAIBackend
      ?
      variables?
      11 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_LOCATION
      InferenceMode
      LiveResponseType
      Task
      logger
      name
      version
      ?
      enums??

      External Dependency

      ModuleBase (cbef6c6)Merge (43f0a68)Diff
      @firebase/app?
      _registerComponent
      registerVersion
      ?
      @firebase/component?
      Component
      ?
      @firebase/logger?
      Logger
      ?
      @firebase/util?
      FirebaseError
      ?
    • LiveSession

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size?9.05 kB? (?)
      size-with-ext-deps?26.6 kB? (?)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      functions?
      assignRoleToPartsAndValidateSendMessageRequest
      chromeAdapterFactory
      decodeInstanceIdentifier
      factory
      formatNewContent
      registerAI
      ?
      classes?
      AIError
      AIService
      Backend
      ChromeAdapterImpl
      GoogleAIBackend
      LiveSession
      VertexAIBackend
      ?
      variables?
      11 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_LOCATION
      InferenceMode
      LiveResponseType
      Task
      logger
      name
      version
      ?
      enums??

      External Dependency

      ModuleBase (cbef6c6)Merge (43f0a68)Diff
      @firebase/app?
      _registerComponent
      registerVersion
      ?
      @firebase/component?
      Component
      ?
      @firebase/logger?
      Logger
      ?
      @firebase/util?
      FirebaseError
      ?
    • Modality

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.64 kB6.67 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • NumberSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.87 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • ObjectSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.87 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • POSSIBLE_ROLES

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.56 kB6.59 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.2 kB+32 B (+0.1%)
    • ResponseModality

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.55 kB6.60 kB+46 B (+0.7%)
      size-with-ext-deps24.1 kB24.2 kB+46 B (+0.2%)
    • Schema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.86 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • SchemaType

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.62 kB6.65 kB+32 B (+0.5%)
      size-with-ext-deps24.2 kB24.2 kB+32 B (+0.1%)
    • StringSchema

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size8.83 kB8.87 kB+32 B (+0.4%)
      size-with-ext-deps26.4 kB26.5 kB+32 B (+0.1%)
    • VertexAIBackend

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.52 kB6.55 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • factory

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.51 kB6.54 kB+32 B (+0.5%)
      size-with-ext-deps24.1 kB24.1 kB+32 B (+0.1%)
    • getAI

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size6.97 kB7.00 kB+32 B (+0.5%)
      size-with-ext-deps31.7 kB31.7 kB+32 B (+0.1%)
    • getGenerativeModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size25.0 kB25.1 kB+37 B (+0.1%)
      size-with-ext-deps42.8 kB42.8 kB+37 B (+0.1%)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      variables
      25 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_BASE_URL
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_HYBRID_IN_CLOUD_MODEL
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      25 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_DOMAIN
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_HYBRID_IN_CLOUD_MODEL
      DEFAULT_LOCATION
      FinishReason
      HarmSeverity
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      POSSIBLE_ROLES
      SILENT_ERROR
      Task
      VALID_PARTS_PER_ROLE
      VALID_PART_FIELDS
      VALID_PREVIOUS_CONTENT_ROLES
      badFinishReasons
      logger
      name
      responseLineRE
      version
      + DEFAULT_DOMAIN
      - DEFAULT_BASE_URL
    • getImagenModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size13.3 kB13.3 kB+37 B (+0.3%)
      size-with-ext-deps31.0 kB31.0 kB+37 B (+0.1%)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      variables
      15 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_BASE_URL
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      Task
      logger
      name
      version
      15 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_API_VERSION
      DEFAULT_DOMAIN
      DEFAULT_FETCH_TIMEOUT_MS
      DEFAULT_LOCATION
      InferenceMode
      LANGUAGE_TAG
      PACKAGE_VERSION
      Task
      logger
      name
      version
      + DEFAULT_DOMAIN
      - DEFAULT_BASE_URL
    • getLiveGenerativeModel

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size?15.1 kB? (?)
      size-with-ext-deps?32.8 kB? (?)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      functions?
      assignRoleToPartsAndValidateSendMessageRequest
      chromeAdapterFactory
      decodeInstanceIdentifier
      factory
      formatNewContent
      formatSystemInstruction
      getLiveGenerativeModel
      registerAI
      ?
      classes?
      11 dependencies
      AIError
      AIModel
      AIService
      Backend
      ChromeAdapterImpl
      GoogleAIBackend
      LiveGenerativeModel
      LiveSession
      VertexAIBackend
      WebSocketHandlerImpl
      WebSocketUrl
      ?
      variables?
      12 dependencies
      AIErrorCode
      AI_TYPE
      Availability
      BackendType
      DEFAULT_DOMAIN
      DEFAULT_LOCATION
      InferenceMode
      LiveResponseType
      Task
      logger
      name
      version
      ?
      enums??

      External Dependency

      ModuleBase (cbef6c6)Merge (43f0a68)Diff
      @firebase/app?
      _isFirebaseServerApp
      _registerComponent
      registerVersion
      ?
      @firebase/component?
      Component
      ?
      @firebase/logger?
      Logger
      ?
      @firebase/util?
      FirebaseError
      ?
    • startAudioConversation

      Size

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      size?12.6 kB? (?)
      size-with-ext-deps?30.5 kB? (?)

      Dependency

      TypeBase (cbef6c6)Merge (43f0a68)Diff
      functions?
      chromeAdapterFactory
      decodeInstanceIdentifier
      factory
      registerAI
      startAudioConversation
      ?
      classes?
      AIError
      AIService
      AudioConversationRunner
      Backend
      ChromeAdapterImpl
      GoogleAIBackend
      VertexAIBackend
      ?
      variables?
      14 dependencies
      AIErrorCode
      AI_TYPE
      AUDIO_PROCESSOR_NAME
      Availability
      BackendType
      DEFAULT_LOCATION
      InferenceMode
      SERVER_INPUT_SAMPLE_RATE
      SERVER_OUTPUT_SAMPLE_RATE
      Task
      audioProcessorWorkletString
      logger
      name
      version
      ?
      enums??

      External Dependency

      ModuleBase (cbef6c6)Merge (43f0a68)Diff
      @firebase/app?
      _registerComponent
      registerVersion
      ?
      @firebase/component?
      Component
      ?
      @firebase/logger?
      Logger
      ?
      @firebase/util?
      Deferred
      FirebaseError
      ?

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/Z5Fb40f5z1.html

@dlarocque dlarocque merged commit 984086b into main Aug 27, 2025
37 of 38 checks passed
@dlarocque dlarocque deleted the dl/live branch August 27, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@hsubox76 hsubox76 hsubox76 approved these changes

@rachelsaunders rachelsaunders rachelsaunders approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /