go-watson-sdk
go-watson-sdk copied to clipboard
Go (golang) SDK for IBM Watson services
Added support for custom models - they require a customization_id value to be added to the connection url. A sample of how they were used in my code is shown...
Issue # 6: Watson conversational does not maintains the current conversation. Solution: The problem was the context variable was not getting passed between calls to Watson, so do you need...
This PR allows the use of `go-watson-sdk` with the AlchemyAPI, which can be authenticated against using only an API Key. Previously, such a client configuration would be rejected because a...
The API seems capable of detecting the content type itself, but is forced to do so every time, since `w.CreateFormFile()` sets the content type to `application/octet-stream`. This broke the msword...
Hi, I design a simple dialog that provide me some answers, so , always that I try to get an answer , I get the greetings, then I don't know...
Hello there @liviosoares, thank you for the great library and for the hardwork! We are interested in using your packages. However, we aren't able to use it to stream to...
It would be good to add support for the X-Watson-Learning-Opt-Out header to enable users to opt out of Watson tracking their data.