ChatUiRuntime
6 tools in this family (folder Editor/Tools/ChatUiRuntime/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
chatui_apply_default_template | writes | Apply a curated default chat UI: pick 'mmo' (5 channels + guild/whisper), 'team_shooter' |
chatui_export_command_help_md | writes | Write a markdown reference of every slash command + channel + filter setting in the spec. |
chatui_generate_code | writes | Generate ChatController.cs, ChatPanel.cs, ChatCommandParser.cs, ProfanityFilter.cs, |
chatui_propose_from_prompt | read-only | Propose a ChatUiSpec from a free-form natural-language brief. |
chatui_simulate_scenario | read-only | Simulate a chat scenario against a ChatUiSpec without touching the network. |
chatui_validate_spec | read-only | Validate a ChatUiSpec object. Returns the list of human-readable errors |