Hey all, I'm looking for an automated solution to taking first pass at (and possibly even maintaining) documentation for an API. Is anyone aware of any generative tools that are good at doing this? Alternately, anyone have any experience using code gen tools to create a project (e.g. langchain-based) that might be able to do something like this? Essentially looking to test out a solution like this with minimal time to test.
If it's helpful, my API is written as an OpenAPI spec.