Skip to content

Commit b343be3

Browse files
committed
Fix manage_editor actions
1 parent 20c609f commit b343be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Server/src/services/tools/manage_editor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
)
1414
async def manage_editor(
1515
ctx: Context,
16-
action: Annotated[Literal["telemetry_status", "telemetry_ping", "play", "pause", "stop", "get_state", "get_project_root", "get_windows",
17-
"get_active_tool", "get_selection", "get_prefab_stage", "set_active_tool", "add_tag", "remove_tag", "get_tags", "add_layer", "remove_layer", "get_layers"], "Get and update the Unity Editor state."],
16+
action: Annotated[Literal["telemetry_status", "telemetry_ping", "play", "pause", "stop", "set_active_tool", "add_tag", "remove_tag", "add_layer", "remove_layer"], "Get and update the Unity Editor state."],
1817
wait_for_completion: Annotated[bool | str,
1918
"Optional. If True, waits for certain actions (accepts true/false or 'true'/'false')"] | None = None,
2019
tool_name: Annotated[str,

0 commit comments

Comments
 (0)