File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,16 +30,14 @@ The SDK code in `src/libs/AssemblyAI/Generated/` is **entirely auto-generated**
3030
31311 . ` src/libs/AssemblyAI/openapi.yaml ` -- the AssemblyAI OpenAPI spec (fetched from the official ` assemblyai-api-spec ` repo)
32322 . ` src/libs/AssemblyAI/generate.sh ` -- orchestrates: download spec, run AutoSDK CLI with ` --ignore-openapi-errors ` , output to ` Generated/ `
33- 3 . Note: the FixOpenApiSpec step is commented out in generate.sh for this SDK
34- 4 . CI auto-updates the spec and creates PRs if changes are detected
33+ 3 . CI auto-updates the spec and creates PRs if changes are detected
3534
3635### Project Layout
3736
3837| Project | Purpose |
3938| ---------| ---------|
4039| ` src/libs/AssemblyAI/ ` | Main SDK library (` AssemblyAIClient ` ) |
4140| ` src/tests/IntegrationTests/ ` | Integration tests against real AssemblyAI API |
42- | ` src/helpers/FixOpenApiSpec/ ` | OpenAPI spec fixer tool (currently unused) |
4341| ` src/helpers/GenerateDocs/ ` | Documentation generator from integration tests |
4442| ` src/helpers/TrimmingHelper/ ` | NativeAOT/trimming compatibility validator |
4543
You can’t perform that action at this time.
0 commit comments