-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit chat and inline events to destination (#574)
* Add logging support in case of failures from STE call * Emit ChatAddMessage and ChatInteractWithMessage to destination based on client flag * Emit ChatUserModification to destination based on client flag * Inline completion events to destination behind a flag * Add unit test to check no event is send to destination when sendTelemetryEventsToDestination flag is disabled * changing the default value of enableTelemetryEventsToDestination to true * Fix the error function to catch STE call gracefully * Disable unnecessary configuration call and remove unused imports --------- Co-authored-by: Paras <[email protected]> Co-authored-by: Viktor Shcherba <[email protected]>
- Loading branch information
1 parent
609eb88
commit 2124762
Showing
10 changed files
with
1,166 additions
and
445 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
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.