-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(ai): support for AI resource #166
Conversation
OmAximani0
commented
Jun 25, 2024
- fix: AI API support #153
Signed-off-by: OmAxiani0 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
=======================================
Coverage ? 99.25%
=======================================
Files ? 166
Lines ? 6450
Branches ? 876
=======================================
Hits ? 6401
Misses ? 34
Partials ? 15 ☔ View full report in Codecov by Sentry. |
Signed-off-by: OmAxiani0 <[email protected]>
Signed-off-by: OmAxiani0 <[email protected]>
Signed-off-by: OmAxiani0 <[email protected]>
@OmAximani0 thanks for the contribution! The Crowdin Enterprise version of these API endpoints has a different request URL (without the userId subpath) https://developer.crowdin.com/enterprise/api/v2/#operation/api.ai.prompts.getMany A similar situation existed in PR #162. Please consider the same approach in the current implementation. |
Signed-off-by: OmAxiani0 <[email protected]>
Signed-off-by: OmAxiani0 <[email protected]>
Hi @andrii-bodnar , I have implemented the same approach as mentioned, please proceed to review the PR. Thank you. |
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.
@OmAximani0 thank you!