Skip to content
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: Support AI APIs #883

Merged
merged 2 commits into from
Jul 16, 2024
Merged

feat: Support AI APIs #883

merged 2 commits into from
Jul 16, 2024

Conversation

congminh1254
Copy link
Member

No description provided.

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 9937150939

Details

  • 17 of 20 (85.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 95.45%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/schemas/index.generated.ts 0 3 0.0%
Totals Coverage Status
Change from base Build 9160303483: -0.05%
Covered Lines: 2972
Relevant Lines: 3084

💛 - Coveralls

Copy link
Contributor

@mhagmajer mhagmajer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check if anything can be done to make the integration tests pass

Comment on lines +179 to +193
{
name: 'AIManager',
comment: '',
relativePath: '../src/managers/ai.generated.ts',
operations: [
{
name: 'ask',
operationId: 'post_ai_ask',
},
{
name: 'textGen',
operationId: 'post_ai_text_gen',
}
]
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@congminh1254 congminh1254 merged commit bb81e07 into main Jul 16, 2024
11 checks passed
@congminh1254 congminh1254 deleted the support-ai-apis branch July 16, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants