Skip to main content

Summarize text

Sophie avatar
Written by Sophie
Updated over 2 weeks ago

Definition and Usage

Generate a concise summary of any text content. This command uses language models to analyze and condense text while preserving key information and main points.


Parameter Values

Input parameters

Parameter

Description

Possible Values

Required

Options / Notes

LLM model

Select the language model that best suits your scenario

DeepSeek (64K) and other available models

Yes

Different models may have varying capabilities and costs

Text content

Please provide the text content that needs to be summarized

Any text

Yes

Can accept variables as input

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

Store the text summary into a new variable. The output variable will contain the summarized version of the provided text content.


Using Variables in Conditions

Parameters marked with {x} icon indicate that you can insert previously created variables. You can use variables to:

  • Insert dynamic text content that needs to be summarized

  • Reference the output summary variable in subsequent actions

  • Chain multiple summarization operations with different parameters


Notes

  • The quality and length of the summary depend on the selected LLM model

  • Longer texts may require more processing time and resources

  • Platform credits are consumed when using this action; cost varies by model

  • Consider text length limitations of the selected model for optimal results

  • For very large documents, consider breaking them into smaller sections for better summarization

Did this answer your question?