From e77e0f775a51641de6d70ec37aec4579ce343f83 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:24:07 -0700 Subject: [PATCH] assistant changelog --- changelog.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 0b6664b5..b0907f52 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,17 @@ description: "New updates and improvements" mode: "center" --- + + ## AI assistant updates + + - Improved accuracy through agentic RAG with tool calling + - Provides navigable links to referenced pages so that users can go directly to the source of answers + - Copyable code examples to help users implement solutions based on your documentation + + Learn more in the [assistant docs](/guides/assistant). + + + ## API playground stability updates