-
Notifications
You must be signed in to change notification settings - Fork 15
feat: [DevOps] Update grounding specification #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
grounding specification
grounding specificationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not merge. This PR is for monitoring the compatibility only.
In fact we do use this PR. The API Hub spec is inconsistent. PO was notified, we'll ignore conflicts.
| operationId: vector.v1.vector_endpoints.get_all_documents | ||
| x-sap-cloud-sdk-operation-name: getAllDocuments | ||
| parameters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do our generated service method names look fubar? Because colleagues have removed our spec extension.
final var documents = CLIENT_VECTOR
- .getAllDocuments(RESOURCE_GROUP, collectionId);
+ .vectorV1VectorEndpointsGetAllDocuments(RESOURCE_GROUP, collectionId);There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠ Blocked see slack
|
Close for renewal |
Context
Update grounding specification file based on main.
This PR was created automatically by the spec-update workflow.
You can commit on top of this branch, but as long as this PR is open the action can't be re-run.
Before merging, make sure to update tests and release notes, if necessary.
Definition of Done