Andrew R. Freed

Results 12 issues of Andrew R. Freed

I am writing a book on chatbots that I think can be a good addition to your site. The book is expected to publish in late 2021. Thank you for...

**Describe the bug** The WA botium connector is not working with a classic SOE A customer uses an SOE that proxies their Watson Assistant v1 instance and it expects to...

enhancement
wontfix

Update to more reasonable & modern default ``` config.ini.sample ;API version, default is 2019-02-28, specify the version matching your Watson Assistant ;version= ``` ``` notebook_ws/WA-Testing-Tool-WS-Python-Notebook.ipynb: " 'version' : '2019-02-28', #;...

At minimum link to this 3-part blog (w/ embedded video) series: Type | Title | Link -- | -- | -- Blog | Testing a Chatbot with k-folds Cross Validation...

``` $ python3 run.py -c config.ini Traceback (most recent call last): File "run.py", line 27, in from ibm_watson import NaturalLanguageClassifierV1 ImportError: cannot import name 'NaturalLanguageClassifierV1' from 'ibm_watson' (/Users/Default/Library/Python/3.8/lib/python/site-packages/ibm_watson/__init__.py) ``` https://cloud.ibm.com/docs/natural-language-classifier?topic=natural-language-classifier-about...

Need to update tool or confirm it works well for Action-based assistants, not just Dialog-based.

See https://github.com/cognitive-catalyst/WA-Testing-Tool/issues/212 Undo or revise NLC flow added here: https://github.com/cognitive-catalyst/WA-Testing-Tool/pull/114 If this functionality is still available in another service, add the necessary modifications. Otherwise, remove NLC code and restore original...

See #113 and #176 >Upon further testing, the additional parts of the json we may want to capture for future enhancements are related to the "webhooks" section. Probably not urgent,...

If a single page fetch times out no logs are stored in the output file. There should be a retry and graceful exit. Command and output: ``` python getAllLogs.py -a...

User got error below when selecting kfold mode. Ultimately the error was caused by an extra space within the `fold_num` parameter. ``` "Unknown mode 'kfold'" ``` Config file parsing error...

good first issue