Overview
The /summarize command can be used to condense a paragraph
Input to the summarize command can be an in-line paragraph, a variable or the #content variable (that will summarize all text in the content window)
Examples
Example1: Summarize the content written so far
/summarize [#content]
Example 2: Summarize the content written so far, and store it as a variable
/summarize [#content] (as #summary)
In the example above, the pre-defined variable #content is used as the input to the /summarize command. The output is then directed to a new variable #summary. This new variable can then be used as an input in subsequent commands. In the example the /log command was used to show the content of the #summary variable