Daniel La Rocque

Results 41 issues of Daniel La Rocque

Draft until the API proposal is approved: [go/fal-grounding-api](https://goto.google.com/fal-grounding-api) (internal link)

Add an `AbortSignal` to a new `SingleRequestOptions` that can be passed to all methods that make requests to the backend, allowing them to be aborted. Fixes #8859 API Proposal: [go/vinf-abort-request-api](http://go/vinf-abort-request-api)...

BREAKING CHANGE: Makes `type` optional on `SchemaRequest`, `SchemaInterface`. **Do not merge until v12 release** For context, see https://github.com/firebase/firebase-ios-sdk/issues/14647

v12

### Operating System n/a ### Environment (if applicable) n/a ### Firebase SDK Version 11.7.1 ### Firebase SDK Product(s) VertexAI ### Project Tooling JS ### Detailed Problem Description When using multimodal...

bug
api: ai

playwright 1.51.1 -> 1.52.0 protobufjs 7.4.0 -> 7.5.0 rollup-plugin-license 3.5.3 -> 3.6.0 selenium-webdriver 4.30.0 -> 4.31.0 terser 5.37.0 -> 5.39.0

When this check fails, the job comments a warning on all PRs, even if they are unrelated to Firebase AI Logic. This is distracting for SDK developers who have no...

Adds a `startVideoRecording` helper function which captures media input from either the user's camera or screen and sends it to the Live model using `sendVideoRealtime`. This makes it easy for...

This fixes an issue with the documentation on DevSite, where enum values' JSDoc strings aren't extracted by our API documenter tool. For example, the [`ImagenPersonFilterLevel` docs](https://firebase.google.com/docs/reference/js/ai.md#imagenpersonfilterlevel) don't contain docs for...

Adds Live API video recording using `startVideoRecording` helper. Can be used to record from camera or the screen, and can be used simultaneously during an audio conversation.