Skip to content

Commit 0a962ba

Browse files
authored
Add google.ai.generativelanguage_v1beta3.types to the api-reference (#71)
1 parent 42d3d04 commit 0a962ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/build_docs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ def __call__(self, path, parent, children):
147147
if "ServiceClient" in path[-1] or "ServiceAsyncClient" in path[-1]:
148148
children = list(self.drop_staticmethods(parent, children))
149149

150+
if "generativelanguage" in path[-1]:
151+
children.append(('types', glm.types))
152+
150153
return children
151154

152155

0 commit comments

Comments
 (0)