SYNOPSIS

Opens an AskUI Runner agent.

DESCRIPTION

The AskUI-OpenAgent cmdlet opens the specified AskUI Runner agent or workspace directory. Agents can be selected by WorkspaceID and AgentID.

PARAMETERS

  • -WorkspaceID | <String> - The WorkspaceID of the Agent to open.
  • -AgentID | <String> - The ID of the Agent to open. If not provided, the Workspace directory is opened.

EXAMPLES

EXAMPLE 1

AskUI-OpenAgent -WorkspaceID "ws123"
Opens the workspace directory for the specified workspace ID.

EXAMPLE 2

AskUI-OpenAgent -WorkspaceID "ws123" -AgentID "agent1"
Opens the specified agent in the workspace.