-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(answer): knowledge controller preparation (#4129)
## Summary This change is just moving logic around; this increment is not modifying any functionalities. The change intents to prepare the addition of a new answer controller that will leverage the new answerApi client. The end goal is to separate the legacy logic of using the streamId from the searchApi, from the new logic of the answerApi stream. ## Why is this needed Since both logics (search-api VS answer-api) share a strong common root, the current change will permit us to reuse the current headless-core-generated-answer controller in both cases. ## Testing Those change must be tested to ensure that the current functionalities stay unchanged Co-authored-by: Danny Gauthier <dgauthier@WKS-002169.corp.coveo.com>
- Loading branch information
1 parent
7d9a5e9
commit 3e1b7d1
Showing
10 changed files
with
508 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.