Erik Eldridge
Erik Eldridge
Internal client updates. This is based on PR #2456, which defined the API. ## Discussion Working with @lahirumaramba and @trekforever. ## Testing Ran npm test and all tests pass.
Internal client updates. This is based on PR #2457, which updated the API client. ### Discussion Working with @lahirumaramba and @trekforever. ### Testing Ran npm test and all tests pass.
### Discussion The conditional logic used by the Remote Config config fetch endpoint hashes randomization IDs into 64 bit numbers (via an algorithm called Farmhash). JS numbers are limited to...
# Problem Statement The implementation of the AI APIs can change while the API is stabilizing. This is impossible to guard against using normal feature detection because the feature exists,...
# Problem Statement Vertex doesn't require callers to pre-specify expected input types. Could we make the hybrid API do the same? Now that [Edge has added support](https://learn.microsoft.com/en-us/microsoft-edge/web-platform/prompt-api) for text inputs,...
This change updates the getGenerativeModel getter to accept `ModelParams` or `HybridParams`. The `HybridParams.mode` field indicates whether hybrid inference is intended. This change just updates the inputs. All existing tests pass,...