Skip to content

Commit

Permalink
Update doc_gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Oct 17, 2024
1 parent 9ffa4d0 commit d195e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_doc_sdk_examples_tools/doc_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def count_genai(d: Dict[str, int], e: Example):
for e in self.examples.values()
),
"snippets": len(self.snippets) + len(self.snippet_files),
"genai": genai,
"genai": dict(genai),
}


Expand Down

0 comments on commit d195e3e

Please sign in to comment.