subthread_generate
Create new subthreads with customizable styles and prompts using the tool on Buu AI MCP Server. Ideal for organizing and expanding discussions or workflows efficiently.
Instructions
[PRIVATE] Generates a new subthread.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | No | Optional prompt text | |
style | No | Optional style input for subthread generation |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"prompt": {
"description": "Optional prompt text",
"type": "string"
},
"style": {
"description": "Optional style input for subthread generation",
"enum": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
],
"type": "number"
}
},
"type": "object"
}