summarize_frontpage
Summarizes your Reddit frontpage feed for an LLM, with optional comment analysis for deeper insights.
Instructions
Summarizes the user's reddit frontpage (alias: homepage, feed) by giving information dictinory to LLM.
Optionaly this function can use comments for deeper summaries.
Args:
limit: integer (Optional) [default = 10]: sets a limit for how many post to fetch.
with_comments: bool (Optional) [default = false]: indicates that summary will be done with comments.
Output:
Dictinory with keys as post id's and values as post informationsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| with_comments | No |