add_document
Add a document to the knowledge base by providing its title, content, and optional labels for tagging.
Instructions
Add a new document to the knowledge base.
Args:
title: Title of the document.
content: Full text content of the document.
labels: Labels to tag the document with (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| labels | No | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |