inworld-web-sdk icon indicating copy to clipboard operation
inworld-web-sdk copied to clipboard

Web SDK for Inworld.ai. Integrate AI characters into your browser.

Results 8 inworld-web-sdk issues
Sort by recently updated
recently updated
newest added

## Description Switch to new protocol multi-agent protocol ## Related Ticket (for Inworld.ai developers) https://inworldai.atlassian.net/browse/INTG-1467 ## Screenshots (if appropriate) ## Checklist before requesting a review - [ ] My code...

## Description new yarn command 'yarn run minify' will generate a single javascript file of the module in a dist folder. ## Related Ticket (for Inworld.ai developers) https://inworldai.atlassian.net/browse/INTG-1512 ## Checklist...

# Download asset files at=https://storage.googleapis.com/innequin-assets/rpm/v4/rpm-assets-v4.zip does not exist

I get this error in a Sveltekit project: ``` import { InworldClient } from './clients/inworld.client.js'; ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` adding `"type": "module"` in your...

Update Protobuf files from rev: f28f9199ebba756f2535b86aed3dfbe18c470dab

automated-protobuf-update

## Description EXAMPLE ## Related Ticket (for Inworld.ai developers) https://inworldai.atlassian.net/browse/INTG-1886 ## Screenshots (if appropriate) ## Checklist before requesting a review - [ ] My code follows the style guidelines of...

example

## Description #### How to simulate the errors? Send a trigger `inworld.debug.error` with one of the following parameters: - [{"name":"errorType","value":"SESSION_TOKEN_EXPIRED"}] - [{"name":"errorType","value":"SESSION_TOKEN_EXPIRED"},{"name":"reconnectType","value":"TIMEOUT"}, {"name":"reconnectTime","value":"***"}] - [{"name":"errorType","value":"SESSION_TOKEN_INVALID"}] - [{"name":"errorType","value":"SESSION_TOKEN_INVALID"},{"name":"reconnectType","value":"TIMEOUT"}, {"name":"reconnectTime","value":"***"}] - [{"name":"errorType","value":"SESSION_INVALID"},{"name":"reconnectType","value":"IMMEDIATE"}]...

## Description ## Related Issue (for external contributions) ## Related Ticket (for Inworld.ai developers) ## Screenshots (if appropriate) ## Checklist before requesting a review - [ ] My code follows...