add-chats-to-project
Add existing chats to a project by specifying the project UUID and chat UUIDs.
Instructions
Add one or more existing chats to an existing project. Mirrors syntx.folders.addChats. Sends a bare JSON array of chat UUIDs to POST /api/v1/folders/{folder_uuid}/add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_uuids | Yes | Chat UUIDs to add. Must contain at least one entry. | |
| folder_uuid | Yes | Project UUID (required). |