-
Notifications
You must be signed in to change notification settings - Fork 93
Support for agents and actions from+to versions #5180
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
base: master
Are you sure you want to change the base?
Conversation
|
Changelog(s) in markdown:
|
...sdk/commands/validate/validators/BA_validators/BA106_is_from_version_sufficient_all_items.py
Outdated
Show resolved
Hide resolved
|
Changelog(s) in markdown:
|
rshunim
left a comment
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.
Hi @itssapir
Great work, I have 2 comments on your PR:
- when adding a new field to item, unfortunately we have 4 places to update. As you added in the schemas (for the format SDK command), the parser object, the strict_object for our ST110 validation and the fourth place is in the objects folder under content_graph (same hierarchy like parser and strict_objects)
- second, consider adding some UTs
rshunim
left a comment
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.
As I see AgentixBase in the graph objects inherits from ContentItem who has already the fields fromversion and toversion so approving your PR.
As I commented in the previous comment, if you see an option to add some UTs, don't hesitate
Related Issues
fixes: CRTX-217425
Description
Add fromversion and toversion for Agentix items.