Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@zhixzhan
Copy link
Contributor

@zhixzhan zhixzhan commented Oct 3, 2020

Description

Support lu features in app settings.json:

luFeatures: {
  enablePattern?: boolean;
  enableMLEntities?: boolean;
  enableListEntities?: boolean;
  enableCompositeEntities?: boolean;
  enablePrebuiltEntities?: boolean;
  enableRegexEntities?: boolean;
  enablePhraseLists?: boolean;
}

default values:

luFeatures: {
  enablePattern: true,
  enableMLEntities: true,
  enableListEntities: true,
  enableCompositeEntities: true,
  enablePrebuiltEntities: true,
  enableRegexEntities: true,
  enablePhraseLists: true,
}

Task Item

#minor

Screenshots

lu features setting:

image

All up view.

image

Inline Editor:
image

Notification:
image

@coveralls
Copy link

coveralls commented Oct 5, 2020

Coverage Status

Coverage increased (+0.02%) to 56.021% when pulling ae58af1 on zhixzhan:lu-config into a4471e7 on microsoft:main.

@cwhitten cwhitten merged commit 81e1b81 into microsoft:main Oct 12, 2020
@zhixzhan zhixzhan deleted the lu-config branch October 13, 2020 00:21
@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
* eable luFeatures config

* update

* update package

* upgrade package

* update

Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants