10000 Fixing PR comments · snifhex/botbuilder-python@a1f6f04 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1f6f04

Browse files
committed
Fixing PR comments
1 parent 511a600 commit a1f6f04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_options_v3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ def __init__(
1313
include_all_intents: bool = False,
1414
include_instance_data: bool = True,
1515
log: bool = True,
16-
prefer_external_entities: bool = False,
16+
prefer_external_entities: bool = True,
1717
datetime_reference: str = None,
1818
dynamic_lists: List = None,
1919
external_entities: List = None,
20-
slot: str = "production" or "staging",
20+
slot: str = "production",
2121
version: str = None,
2222
include_api_results: bool = True,
2323
telemetry_client: BotTelemetryClient = NullTelemetryClient(),

libraries/botbuilder-ai/tests/luis/test_data/ExternalEntitiesAndRegex_v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"text": "42ski is a part like kb423",
7272
"v3": {
7373
"options": {
74-
"ExternalEntities": [
74+
"externalEntities": [
7575
{
7676
"entityLength": 5,
7777
"entityName": "Part",

0 commit comments

Comments
 (0)
0