save_reddit_qa_to_notion
Save a Reddit Q&A session with sources to Notion. Store the question, answer, search query, and Reddit post links for later use.
Instructions
Save a Q&A session with Reddit context to Notion database.
Args:
question (str): The original question asked
answer (str): The LLM-generated answer
search_query (str): The Reddit search query used
reddit_sources (List[Dict[str, str]]): List of Reddit posts with 'title' and 'url' keys
Returns:
dict: Success/error response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | ||
| question | Yes | ||
| search_query | Yes | ||
| reddit_sources | Yes |