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 new GenAI metadata kind #865

Merged
merged 3 commits into from
May 16, 2024
Merged

Conversation

scolladon
Copy link
Owner

@scolladon scolladon commented May 15, 2024

Explain your changes


Add the following metadata support:

  • GenAIPromptTemplate (v60+)
  • GenAIPromptTemplateActv (v60+)

Does this close any currently open issues?


closes #863

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (db65f5b) to head (ee54b90).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #865   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines         1067      1067           
  Branches       114       114           
=========================================
  Hits          1067      1067           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mehdicherf
mehdicherf previously approved these changes May 16, 2024
Copy link
Collaborator

@mehdicherf mehdicherf left a comment

Choose a reason for hiding this comment

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

Thank you @scolladon !

@mehdicherf
Copy link
Collaborator

@scolladon Thank you!
What do you think about adding support for GenAiPromptTemplateActv in that same PR? If we deploy prompt templates, it makes sense to also have the activation status!

@scolladon scolladon changed the title feat: support new metadata kind feat: support new GenAI metadata kind May 16, 2024
Copy link

codeclimate bot commented May 16, 2024

Code Climate has analyzed commit ee54b90 and detected 0 issues on this pull request.

View more on Code Climate.

@scolladon scolladon merged commit 744abea into main May 16, 2024
18 of 22 checks passed
@scolladon scolladon deleted the feat/new-metadata-types branch May 16, 2024 08:48
Copy link

Shipped in release v5.40.0.
You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected]

Happy incremental deployment!

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.

GenAiPromptTemplate and other new metadata types are not detected - please add.
2 participants