Skip to content

Add automatic support for Inputs to the VisualInstructionParameters#117

Merged
MathoMathiasCamara merged 2 commits into
devfrom
feature/add-inputs-to-visualinstructorparameter
Sep 24, 2025
Merged

Add automatic support for Inputs to the VisualInstructionParameters#117
MathoMathiasCamara merged 2 commits into
devfrom
feature/add-inputs-to-visualinstructorparameter

Conversation

@MathoMathiasCamara

Copy link
Copy Markdown
Contributor

Added the Inputs property to the VisualInstructionParameters base class and update the VisualInstrucot.Execute methods to pass the inputs from the parameters to the ActiveInstruction

Added the Inputs property to the VisualInstructionParameters base class and update the `VisualInstrucot.Execute` methods to pass the inputs from the parameters to the ActiveInstruction
@MathoMathiasCamara MathoMathiasCamara self-assigned this Sep 22, 2025
@MathoMathiasCamara MathoMathiasCamara added the enhancement New feature or request label Sep 22, 2025

@1nf0rmagician 1nf0rmagician left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would suggest to add an IVisualInstructionParameters interface, marking the IVisualInstructions interface obsolete. The new interface should include the inputs then to remove the casts from the extensions in MORYX 10.

@dbeuchler what's you opinion on this? I was also wondering whether we could get rid of the interface completely, but I'm unsure whether we want to use the VisualInstructionParameters class instead in future 🤔

@dbeuchler

Copy link
Copy Markdown
Member

As discussed, we would suggest removing the IVisualInstructions and using VisualInstructionsParameters directly in the extensions.

@MathoMathiasCamara MathoMathiasCamara merged commit c3b0c09 into dev Sep 24, 2025
8 checks passed
@MathoMathiasCamara MathoMathiasCamara deleted the feature/add-inputs-to-visualinstructorparameter branch September 24, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants