Skip to content

Commit

Permalink
Update PR# in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Oct 10, 2024
1 parent f54eb4f commit 3076ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseVertexAI/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
unknown or unhandled values. (#13728, #13854, #13860)
- [changed] **Breaking Change**: The `Tool` initializer is now internal; use the
new type method `functionDeclarations(_:)` to create a `Tool` for function
calling. (#TODO)
calling. (#13873)
- [changed] **Breaking Change**: The `FunctionCallingConfig` initializer and
`Mode` enum are now internal; use one of the new type methods `auto()`,
`any(allowedFunctionNames:)`, or `none()` to create a config. (#TODO)
`any(allowedFunctionNames:)`, or `none()` to create a config. (#13873)
- [changed] The default request timeout is now 180 seconds instead of the
platform-default value of 60 seconds for a `URLRequest`; this timeout may
still be customized in `RequestOptions`. (#13722)
Expand Down

0 comments on commit 3076ccb

Please sign in to comment.