We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e8024 commit fb2a9b4Copy full SHA for fb2a9b4
1 file changed
README.md
@@ -6,6 +6,13 @@ Java idiomatic SDK for the
6
[![Maven][maven-version-image]][maven-version-link]
7
[![Javadoc][javadoc-image]][javadoc-link]
8
9
+> [!WARNING]
10
+> **Upcoming Breaking Change to Automatic Function Calling (AFC):**
11
+> We will introduce a breaking change to the Automatic Function Calling (AFC)
12
+> feature in the next major version. Specifically, users will not be able to
13
+> invoke AFC from direct calls to `Models.generate_content` or its stream and
14
+> async variants. Instead, users should invoke AFC from `Chats` modules.
15
+
16
## Add dependency
17
18
If you're using Maven, add the following to your dependencies:
0 commit comments