Skip to content

Commit b7be201

Browse files
github-actions[bot]dbwiddis
authored andcommitted
Fixing connector name in default use case (#1205)
fixing connector name in default use case Signed-off-by: Amit Galitzky <[email protected]> (cherry picked from commit 7518785) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9533bb commit b7be201

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
88
### Enhancements
99
### Bug Fixes
1010
- Avoid race condition setting encryption key ([#1200](https://github.com/opensearch-project/flow-framework/pull/1200))
11+
- Fixing connector name in default use case ([#1205](https://github.com/opensearch-project/flow-framework/pull/1205))
1112

1213
### Infrastructure
1314
### Documentation

src/main/resources/substitutionTemplates/conversational-search-with-cohere-model-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": "create_connector",
1717
"type": "create_connector",
1818
"user_inputs": {
19-
"name": "${{create_connector}}",
19+
"name": "${{create_connector.name}}",
2020
"description": "${{create_connector.description}}",
2121
"version": "1",
2222
"protocol": "${{create_connector.protocol}}",

src/main/resources/substitutionTemplates/deploy-remote-model-chat-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": "create_connector",
1717
"type": "create_connector",
1818
"user_inputs": {
19-
"name": "${{create_connector}}",
19+
"name": "${{create_connector.name}}",
2020
"description": "${{create_connector.description}}",
2121
"version": "1",
2222
"protocol": "${{create_connector.protocol}}",

src/main/resources/substitutionTemplates/deploy-remote-model-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": "create_connector",
1717
"type": "create_connector",
1818
"user_inputs": {
19-
"name": "${{create_connector}}",
19+
"name": "${{create_connector.name}}",
2020
"description": "${{create_connector.description}}",
2121
"version": "1",
2222
"protocol": "${{create_connector.protocol}}",

0 commit comments

Comments
 (0)