cos_details
Retrieve full details of an observation, learned pattern, or task outcome by ID and source table. Access complete JSON records from memory and task tracking to review context and support follow-up decisions.
Instructions
Get full details of a pattern, observation, or task outcome.
Args: pattern_id: Row ID (or task_id string for task_outcomes). source: Table name — observations, learned_patterns, or task_outcomes.
Returns: str: JSON with full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | learned_patterns | |
| pattern_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |