This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added support for workspace option/buttons (#95)
* added IAM API support * Minor formatting of readme * removed comments * Update .env assistant url * Update readme to the same as assistant simple, as there is no difference in configuring these two demos * Minor update * Added gif demo * Added gif demo * Removed if else to create Assistant object as it not required as SDK searchs for environmental variables * Added comment to Assistant constructor * Added a little extra info in the README for credentials automaticaly being localed in the .env file * Small correction * Small correction * Added options/buttons to chat area * Removed a console.log * Minor changes * Added .ibm-project to .gitignore * Delete .ibm-project * fixed conflict
- Loading branch information
1 parent
d7d8008
commit 9395469
Showing
7 changed files
with
93 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ coverage | |
npm-debug.log | ||
.idea/ | ||
dist/ | ||
.ibm-project | ||
.jshintrc |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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