Skip to content

Commit d142b91

Browse files
committed
update assistant capabilities
1 parent 88b7382 commit d142b91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guides/assistant.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ The assistant answers questions about your documentation through natural languag
1515
The assistant uses agentic RAG (retrieval-augmented generation) with tool calling powered by Claude Sonnet 4. When users ask questions, the assistant:
1616

1717
* **Searches and retrieves** relevant content from your documentation to provide accurate answers.
18-
* **Cites relevant sources** and provides navigable links to take users directly to relevant pages.
19-
* **Automatically populates API playground fields** with relevant parameters and values based on user queries.
18+
* **Cites sources** and provides navigable links to take users directly to referenced pages.
19+
* **Provides copyable code examples** to help users implement solutions from your documentation.
20+
* **Fills API playground fields** with relevant parameters when asked to. Note: the assistant does not have access to API keys, user data, or any information outside your documentation.
2021

2122
You can monitor assistant usage through your dashboard to understand user behavior and documentation effectiveness. Query data and interaction patterns can help identify:
2223

0 commit comments

Comments
 (0)