You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Upcoming Breaking Change to Automatic Function Calling (AFC):**
20
+
> We will introduce a breaking change to the Automatic Function Calling (AFC)
21
+
> feature. Specifically, users will not be able to invoke AFC from direct calls
22
+
> to `Models.generate_content` or its stream and async variants. Instead, users
23
+
> should invoke AFC from `chats` modules.
24
+
18
25
## Agent Skills
19
26
20
27
Large Language Models (LLMs) and generative AI coding assistants are often trained on static datasets. As a result, they may be unaware of recent updates and suggest outdated or legacy libraries.
0 commit comments