Type Alias StructureJourneyStep

StructureJourneyStep: {
    args: Record<string, unknown>;
    result?: string;
    toolCallId: string;
    toolName: string;
    type: "structure";
}

Middle step: tool invocation on the map.