Purpose: Creates a concise summary of longer text content.
Inputs:
- Text content: The text to be summarized (string)
- Max words: Maximum number of words for the summary (integer)
- Model: Selection of AI model to use (e.g., “gpt-3.5-turbo”)
Outputs:
- Summary: A condensed version of the input text (string)
Function: This node takes in a longer piece of text and produces a shorter summary, adhering to the specified maximum word count.