submit_chunk
Store content chunks with provenance tracking, recording the AI model, task type, and source URLs for each submission.
Instructions
Store content with provenance tracking.
Args: project: Project name (e.g. "theology") node_id: Node identifier (e.g. "cath-person-001") node_type: Node type (e.g. "Person", "Council", "Document") field: Field name (e.g. "biography", "description") content: The actual content produced_by: Model that produced it (e.g. "haiku-4.5", "sonnet-4.6", "opus-4.6") task_type: Type of task (e.g. "biography_synthesis") sources: URLs used as sources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| node_id | Yes | ||
| node_type | Yes | ||
| field | Yes | ||
| content | Yes | ||
| produced_by | Yes | ||
| task_type | Yes | ||
| sources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |