Create voice prompt pipeline
create_voice_prompt_pipelineBuilds an approval-gated voice-to-prompt TouchDesigner scaffold for AI Party workflows, requiring operator approval before any effects are dispatched.
Instructions
Create a dry-run/approval-gated voice-to-prompt TouchDesigner scaffold for AI Party-style workflows. It never dispatches raw hardware effects; policy and operator approval remain authoritative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated baseCOMP name. | voice_prompt_pipeline |
| active | No | ||
| stt_mode | No | manual_text | |
| audio_file | No | ||
| llm_target | No | text_only | |
| server_url | No | ws://127.0.0.1:8770 | |
| parent_path | No | Parent COMP for the pipeline. | /project1 |
| audio_source | No | microphone | |
| approval_mode | No | dry_run |