You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Generatable is pull based.
That means to get the result, you have to call generate().
After changing the content via update(...) a call to generate() is necassary to get the new result.
Check out Sample 1 which uses a Generatable in code.