More refactoring

This commit is contained in:
2026-04-04 02:58:23 -04:00
parent 7c884e84cb
commit ba63a40641
21 changed files with 176 additions and 104 deletions

View File

@@ -19,7 +19,7 @@ TOOL_DESCRIPTION = (
"Send a command to the Unreal Editor's UE Wingman plugin. "
"The 'command' field specifies which operation to perform; "
"additional fields are command-specific parameters. "
'Use {"command": "UserManual"} to get an overview. '
'Use {"command": "Documentation_Manual"} to get an overview. '
"If the editor is not running, the call will return an error; "
"just ask the user to start the editor and try again."
)