feat: vibe-coded PoC openapi-generator with document grounding and tab ai orchestration spec - #99
Draft
ZhongpinWang wants to merge 8 commits into
Draft
feat: vibe-coded PoC openapi-generator with document grounding and tab ai orchestration spec#99ZhongpinWang wants to merge 8 commits into
ZhongpinWang wants to merge 8 commits into
Conversation
Contributor
|
We would probably use httpx instead of urllib3 (there is an option for that). And then set |
Contributor
Author
Yes you are right, I was a bit in a rush and it contained quite some bugs. Some updates since last Friday:
All vibe coded of course to just have some feeling and see if any blockers. But overall this is the idea. |
…tion sample code - Merge origin/main (sample-code server structure with hyphen directory) - Add document_grounding_generation.py and tab_ai_orchestration.py to sample-code/ - Update sample-code/sample_code/server.py with routes for the two new modules - Remove old sample_code/ directory (underscore) in favor of main's sample-code/ structure - Resolve pyproject.toml and uv.lock conflicts using main's version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mwien Vibe-coded solution using openapi-generator to give us some feeling about this generator. See the generated document grounding under
document_grounding_generationandtab_ai_orchestrationfolders.The extensions
x-sap-cloud-sdk-...are supported via some workarounds in thepreprocess_spec.py.Demonstrated custom template.
Try to unify usage with
generate.pywith our generators in JS and Java SDK.You can also find some sample code for these two services.