wisdom_type_fragment
Assign a semantic type to a newly created fragment to classify it as QUESTION, ANSWER, FACT, INSIGHT, PROCEDURE, or another defined type. Keeps knowledge organized and retrievable through typed relations.
Instructions
Call this immediately after creating a fragment to classify it. Assigns a semantic type (QUESTION, ANSWER, FACT, INSIGHT, PROCEDURE, etc.) via TYPE tag relation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fragment | Yes | Fragment UUID to type | |
| fragment_type | Yes | Semantic type to assign |