@valon-technologies/gestalt
    Preparing search index...

    Interface PrepareRuntimeWorkspaceRequest

    interface PrepareRuntimeWorkspaceRequest {
        sessionId: string;
        agentSessionId: string;
        workspace?: AgentWorkspace;
    }
    Index

    Properties

    sessionId: string
    agentSessionId: string

    Opaque, path-safe workspace key minted by the host. Despite the name it is not required to match any agent session id; it only identifies the prepared workspace directory for later removal.

    workspace?: AgentWorkspace