upload_knowledge_document
Upload text documents to a knowledge group for storage and management.
Instructions
Upload a document to a knowledge group.
Args: group_id: The UUID of the knowledge group name: Document name content: Document content (text) content_type: MIME type (default: text/plain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| name | Yes | ||
| content | Yes | ||
| content_type | No | text/plain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |