bug running book creator sample
Running locally the book creator sample I get the following error when creating the book :

@giannik can you provide any additional details on when this is happening. Can you also look in the dev tools to see if there are any errors.
This can sometimes happen as the model is non-deterministic and based on the default token length we specify, it may cut off the end of the JSON we are asking it to return.
In addition to what Evan asks above, if you try running the sample a few times do you always hit this error?
We did just roll out some changes to planner that may impact this also, I will investigate.
I just tried with latest source code and it works! Thank you.