Summarizes any given text into either bullet points, paragraphs or a numbered list using ChatGPT.
Common use cases
Summarizing Text
Application
OpenAI GPT
Inputs (what you have)
Name | Description | Data Type | Required | Example |
Text to summarize | The provided text will be summarised using the below methods. Text will be truncated to approximately the first 1500 words provided. | Text(Long) | Required |
|
Summary method | Method for how the text get summarized. | Predefined Choice List | Required | Bullet points |
Summary method count | The desired number of items based on the ‘Summary method’. | Integer | Optional | Inputting '4' with the ‘Summary method’ of bullet points will result in a 4 bullet point response. |
Word limit | The total number of words the generated text should be limited to. | Integer | Optional | 250 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
Name | Description | Data Type | Required | Example |
Generated text | Text content created by artificial intelligence. | Text(Long) | Required |
|