Summarize Text

This action summarizes the provided text using an AI model.

Action Settings

Setting Description
Maximum Words The maximum number of words in the summary.
Model The ID of the model to use for generating a response. For example, gpt-4o, o3, or gpt-4o-mini.
Temperature The sampling temperature to use, between 0 and 2. Higher values will make the result more random, lower values - more determined.
Top P This parameter is used as an alternative to the Temperature parameter. It is a number from 0 to 1.
Max Output Tokens The maximum number of output tokens that can be generated for a response, including reasoning.
Max Tool Calls The maximum number of total calls to built-in tools.
Store Determines whether to store the generated response to retrieve it later via API.

Action Parameters

Parameter Description
Text The text to summarize. This parameter is required.
PreviousResponseId The unique ID of the previous response to the model. You can use it to create multi-turn conversations.

Result

The action returns the summary of the provided text.