Bixby Developer Center

Guides

2023 January–March

23B Capsule SDK Release Notes

Updated: March 7, 2023

Bixby Services

We've renamed capsules on the end-user's side. Once a capsule has been deployed to the Marketplace, it is now considered a Bixby service. Bixby services can be used, enabled, and set by the user.

This will not affect your capsule or the development cycle in any way.

Prompt Limits

We've imposed a maximum prompt limit per capsule conversation for security and usability reasons. For more information, see Prompting Users.

23A Capsule SDK Release Notes

Updated: February 7, 2023

Custom HTTP Timeouts

You can now specify your own application-specific HTTP request timeouts, with the timeout value (timeoutMs) as part of the options argument in the HTTP JavaScript API. This is valid for both JavaScript Runtime versions 1 and 2. For more information, see HTTP Options in the HTTP JavaScript API reference guide.