Abel1011

Results 5 comments of Abel1011

> Thank you for explaining in more detail the calculation of the start schedule. Regarding the end schedule value, what is the default value used by the Dreamstudio website?

> my bad, didn't realize the js sdk wasnt public yet. we'll be releasing that soon, sorry for the confusion. Hi, do you have an approximate release date for the...

> Possibly better workaround, pinning the version of api-interfaces: > > ```diff > diff --git a/package.json b/package.json > index a3cde84..3fde94c 100644 > --- a/package.json > +++ b/package.json > @@ -43,7...

Hello, you could try this in your next.config.js: ``` webpack: (config) => { config.externals.push({ 'node:crypto': 'commonjs crypto', }); return config; }, ```

Hi, try using the value of the textNode saved with the assistant message and add it to your tool's response. ` return ( {textNode} ); `