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
For single output returns we might want to have an option reduceOutputReturns so that outputs are just the single value output. This is an opinion, but one many people use all the time.
await someMethod() : ....
The text was updated successfully, but these errors were encountered:
Issue Type
Description
Outputs are currently in the object format:
For single output returns we might want to have an option
reduceOutputReturns
so that outputs are just the single value output. This is an opinion, but one many people use all the time.The text was updated successfully, but these errors were encountered: