create_node
Create a new content node in the knowledge base. Label defaults to 'content'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Locale-keyed body content (HTML) map, e.g. {"de": "<p>Inhalt</p>", "en": "<p>Content</p>"}. | |
| label | No | content | |
| title | Yes | Locale-keyed title map, e.g. {"de": "Titel", "en": "Title"}. | |
| source | No | Source URL for the node content. | |
| score_boost | No | Boost value for search ranking. Higher is better. Use null for no boost. | |
| custom_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||