From bb3632fa9fbb835d7cdb9139c52b4c2f3704cf05 Mon Sep 17 00:00:00 2001 From: Shicheng Zhou Date: Tue, 3 Mar 2026 23:57:59 +0000 Subject: [PATCH] add package knowledgeassistants --- docs/gen-client-docs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gen-client-docs.py b/docs/gen-client-docs.py index 9907eced7..391205f09 100644 --- a/docs/gen-client-docs.py +++ b/docs/gen-client-docs.py @@ -266,6 +266,11 @@ class Generator: "Agent Bricks", "Create and manage Agent Bricks resources." ), + Package( + "knowledgeassistants", + "Knowledge Assistants", + "Manage Knowledge Assistants and related resources." + ), Package( "iamv2", "Identity and Access Management",