Summarize Thread
Summarize a task comment thread.
Returns: Summary, decisions, open questions, and action items.
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
Request body for the summarize-thread assist.
The server pulls the comment thread for task_id — callers do
not (and cannot) inline the messages themselves.
Attributes: task_id: Task whose comment thread should be summarized.
Response
Successful Response
Response body for the summarize-thread assist.
Attributes: summary: Plain-language summary of the conversation. decisions: Decisions that were reached in the thread. open_questions: Outstanding questions that still need answers. action_items: Concrete follow-ups extracted from the thread.