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

Integration tests for AI Viewtools #27959

Closed
12 of 14 tasks
Tracked by #27835
dsilvam opened this issue Mar 13, 2024 · 1 comment · Fixed by #28546, #28545, #28488, #28308 or #28447
Closed
12 of 14 tasks
Tracked by #27835

Integration tests for AI Viewtools #27959

dsilvam opened this issue Mar 13, 2024 · 1 comment · Fixed by #28546, #28545, #28488, #28308 or #28447

Comments

@dsilvam
Copy link
Contributor

dsilvam commented Mar 13, 2024

Parent Issue

#27835

Task

  • Write automated tests for all viewtools
    • $ai
      • $ai.generateText
      • $ai.generateImage
    • $ai.search
      • $ai.search.query
      • $ai.search.related
    • $ai.embeddings
      • $ai.embeddings.countTokens
      • $ai.embeddings.generateEmbeddings
      • $ai.embeddings.getIndexCount
      • $ai.embeddings.indexCount
    • $ai.completions
      • $ai.completions.getConfig
      • $ai.completions.config
      • $ai.completions.summarize
      • $ai.completions.raw

Proposed Objective

Core Features

Proposed Priority

Priority 2 - Important

Acceptance Criteria

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@dsilvam dsilvam changed the title Mirate AI Viewtools from plugin to core Migrate AI Viewtools from plugin to core Mar 13, 2024
@dsilvam dsilvam changed the title Migrate AI Viewtools from plugin to core Integration tests for AI Viewtools Mar 14, 2024
@dsilvam dsilvam added Epic and removed Epic labels Apr 10, 2024
@victoralfaro-dotcms victoralfaro-dotcms self-assigned this Apr 17, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 20, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 25, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 25, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 25, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 25, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 25, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 26, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 26, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 27, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 27, 2024
victoralfaro-dotcms added a commit that referenced this issue Apr 30, 2024
@dsilvam dsilvam linked a pull request May 1, 2024 that will close this issue
github-merge-queue bot pushed a commit that referenced this issue May 1, 2024
* #27959: Simplifying even more OpenAI service classes and providing integration test for AIViewTool class

* #27959: applying sonarqube feedback
@dsilvam dsilvam reopened this May 2, 2024
victoralfaro-dotcms added a commit that referenced this issue May 4, 2024
victoralfaro-dotcms added a commit that referenced this issue May 6, 2024
victoralfaro-dotcms pushed a commit that referenced this issue May 13, 2024
…efactoring direct calls from Runner and Resource classes to rather use EmbeddingsAPI calls annotated with trasnaction annotations.
victoralfaro-dotcms pushed a commit that referenced this issue May 13, 2024
…efactoring direct calls from Runner and Resource classes to rather use EmbeddingsAPI calls annotated with trasnaction annotations.
github-merge-queue bot pushed a commit that referenced this issue May 13, 2024
And refactoring direct calls from Runner and Resource classes to rather
use EmbeddingsAPI calls annotated with transaction annotations.

---------

Co-authored-by: Victor Alfaro <vico.zizou@gmail.com>
github-merge-queue bot pushed a commit that referenced this issue May 16, 2024
Co-authored-by: Victor Alfaro <vico.zizou@gmail.com>
@dsilvam dsilvam closed this as completed May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment