assistant-toolkit icon indicating copy to clipboard operation
assistant-toolkit copied to clipboard

Toolkit for experimentation with watsonx Assistant

Results 26 assistant-toolkit issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Hey all, Is there any plan to release an Angular extension for IBM watson webchat ? Thanks

Hi, I followed this instruction: https://github.com/watson-developer-cloud/assistant-toolkit/blob/master/integrations/extensions/starter-kits/language-model-watsonx/README.md My goal was to setup a custom extension to a WatsonX instance in Frankfurt. I thought I only hat to change the url to...

I made a edit like this in the sample file that I downloaded, does this look right? ``` { "title": "watsonx_project_id", "variable": "watsonx_project_id", "data_type": "any", "description": "", "initial_value":{ "scalar": "RETRACTED"...

My best results have come with `temperature=0` and `max_new_tokens=100`

Pls visit Hubspot as a new user and observe the flow; the text in the readme needs updated. this path: assistant-toolkit/integrations/extensions/starter-kits/hubspot/ https://github.com/watson-developer-cloud/assistant-toolkit/tree/master/integrations/extensions/starter-kits/hubspot#pre-req-1-getting-private-apps-access-token

updated auth in examples to use basic auth. ```-u "apikey:{{apikey}}' ``` updated ```-x``` to ```-X```