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

fix: Move skill settings into settings.skillConfiguration #4312

Merged
merged 5 commits into from
Oct 1, 2020

Conversation

srinaath
Copy link
Contributor

@srinaath srinaath commented Oct 1, 2020

Task Item

Moved skill settings from settings.skill into settings.skillConfiguration. The reason being settings.skill is being used by Composer to maintain the list of skills consumed by the Root Bot. This fix would just allow the C# runtime to get the skills config.

@carlosscastro is tracking this functionality to be ported into the JS runtume

@tonyanziano  This is the fix for the faulty skill config

#minor

…e existing skill object

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
Srinaath Ravichandran added 2 commits October 1, 2020 15:40
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
@coveralls
Copy link

coveralls commented Oct 1, 2020

Coverage Status

Coverage remained the same at 55.589% when pulling 632ca54 on srravich/fix-runtime-start into c5e31b6 on main.

isSkill: false,
allowedCallers: ['*'],
},
skill: {},
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason to keep this around even though it's empty?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah. Its the object to which we append new skills from the UI. I presonally prefer to keep it so that when new bots are created by default it shows as an empty object and we just keep adding to the dictionary.

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
@srinaath srinaath changed the title fix: Move skill settings into settings.skillConfig fix: Move skill settings into settings.skillConfiguration Oct 1, 2020
@srinaath srinaath merged commit 2011ccd into main Oct 1, 2020
@srinaath srinaath deleted the srravich/fix-runtime-start branch October 1, 2020 23:26
@cwhitten cwhitten mentioned this pull request Nov 13, 2020
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
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.

6 participants